Rizul-Garg commited on
Commit ·
a4d8f2d
1
Parent(s): b3517e1
Removed high mode as it needs refinement
Browse files- src/App.tsx +1 -2
src/App.tsx
CHANGED
|
@@ -331,10 +331,9 @@ const App = () => {
|
|
| 331 |
<div className="space-y-6">
|
| 332 |
<h3 className="text-2xl font-display text-gold-accent">2. The Complexity</h3>
|
| 333 |
<div className="flex flex-wrap gap-4">
|
| 334 |
-
{/* Preserving exactly the titles: Low, Medium
|
| 335 |
<QualityButton value="low" label="Low" />
|
| 336 |
<QualityButton value="medium" label="Medium" />
|
| 337 |
-
<QualityButton value="high" label="High" />
|
| 338 |
</div>
|
| 339 |
</div>
|
| 340 |
|
|
|
|
| 331 |
<div className="space-y-6">
|
| 332 |
<h3 className="text-2xl font-display text-gold-accent">2. The Complexity</h3>
|
| 333 |
<div className="flex flex-wrap gap-4">
|
| 334 |
+
{/* Preserving exactly the titles: Low, Medium */}
|
| 335 |
<QualityButton value="low" label="Low" />
|
| 336 |
<QualityButton value="medium" label="Medium" />
|
|
|
|
| 337 |
</div>
|
| 338 |
</div>
|
| 339 |
|