Spaces:
Running
Running
Commit ·
337bc28
1
Parent(s): f7cecf3
fix
Browse files
frontend/src/components/Solver.jsx
CHANGED
|
@@ -1736,7 +1736,7 @@ export default function Solver() {
|
|
| 1736 |
<div className="absolute inset-0 rounded-full border-4 border-slate-800" />
|
| 1737 |
<div className="absolute inset-0 animate-spin rounded-full border-4 border-purple-500 border-t-transparent" />
|
| 1738 |
{/* BRANDED LOGO */}
|
| 1739 |
-
<img src=
|
| 1740 |
</div>
|
| 1741 |
<div className="text-center">
|
| 1742 |
<p className="mb-2 text-lg font-black uppercase tracking-[0.2em] text-purple-400">Chip Solving</p>
|
|
@@ -1756,7 +1756,7 @@ export default function Solver() {
|
|
| 1756 |
<div className="absolute inset-0 rounded-full border-4 border-slate-800" />
|
| 1757 |
<div className="absolute inset-0 animate-spin rounded-full border-4 border-cyan-500 border-t-transparent" />
|
| 1758 |
{/* BRANDED LOGO */}
|
| 1759 |
-
<img src=
|
| 1760 |
</div>
|
| 1761 |
<div className="text-center">
|
| 1762 |
<p className="mb-2 text-lg font-black uppercase tracking-[0.2em] text-cyan-400">Sensitivity Analysis</p>
|
|
|
|
| 1736 |
<div className="absolute inset-0 rounded-full border-4 border-slate-800" />
|
| 1737 |
<div className="absolute inset-0 animate-spin rounded-full border-4 border-purple-500 border-t-transparent" />
|
| 1738 |
{/* BRANDED LOGO */}
|
| 1739 |
+
<img src="l-logo.png" alt="Solving" className="relative w-12 h-12 object-contain animate-pulse drop-shadow-[0_0_15px_rgba(168,85,247,0.6)]" />
|
| 1740 |
</div>
|
| 1741 |
<div className="text-center">
|
| 1742 |
<p className="mb-2 text-lg font-black uppercase tracking-[0.2em] text-purple-400">Chip Solving</p>
|
|
|
|
| 1756 |
<div className="absolute inset-0 rounded-full border-4 border-slate-800" />
|
| 1757 |
<div className="absolute inset-0 animate-spin rounded-full border-4 border-cyan-500 border-t-transparent" />
|
| 1758 |
{/* BRANDED LOGO */}
|
| 1759 |
+
<img src="l-logo.png" alt="Solving" className="relative w-12 h-12 object-contain animate-pulse drop-shadow-[0_0_15px_rgba(6,182,212,0.6)]" />
|
| 1760 |
</div>
|
| 1761 |
<div className="text-center">
|
| 1762 |
<p className="mb-2 text-lg font-black uppercase tracking-[0.2em] text-cyan-400">Sensitivity Analysis</p>
|