We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf54f8 commit 0be76fbCopy full SHA for 0be76fb
jaseci-org/layouts/components/landing/JacSuperset.js
@@ -95,7 +95,7 @@ with entry{
95
<div className="flex flex-col sm:flex-row items-start gap-3">
96
<div className="w-2.5 h-2.5 bg-gradient-to-r from-orange-400 to-orange-300 rounded-full mt-2 flex-shrink-0"></div>
97
<div className="w-full min-w-0">
98
- <h3 className="text-primary-orange font-bold text-lg mb-2">Use Jac in Python as a library</h3>
+ <h3 className="text-primary-orange font-bold text-lg mb-2">Import Jac into Python</h3>
99
<div className="overflow-x-auto overflow-y-auto max-h-64 rounded-lg border border-gray-700/50">
100
<div className="min-w-max p-4">
101
<CodeBlock
0 commit comments