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 c8165a7 commit afa82d5Copy full SHA for afa82d5
ui/pages/about.tsx
@@ -573,12 +573,9 @@ const Scrollytelling = ({ country }: { country: any }) => {
573
)}
574
575
{currentStepIndex > 1 && currentStepIndex < 5 && (
576
- <>
577
- <SolarSystem
578
- isExpandedDefault={currentStepIndex === 4}
579
- isHighlightingPillars={currentStepIndex === 3}
580
- />
581
- </>
+ <div className="SolarSystem w-[min(70vh,100%)] pointer-events-[all]">
+ <img src="/DTF.gif" alt="DTF Animation" />
+ </div>
582
583
584
{currentStepIndex > 4 && currentStepIndex < 7 && (
ui/public/DTF.gif
302 KB
0 commit comments