Skip to content

Commit afa82d5

Browse files
author
Janith Rathnayaka
committed
update about us gif
1 parent c8165a7 commit afa82d5

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

ui/pages/about.tsx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -573,12 +573,9 @@ const Scrollytelling = ({ country }: { country: any }) => {
573573
)}
574574

575575
{currentStepIndex > 1 && currentStepIndex < 5 && (
576-
<>
577-
<SolarSystem
578-
isExpandedDefault={currentStepIndex === 4}
579-
isHighlightingPillars={currentStepIndex === 3}
580-
/>
581-
</>
576+
<div className="SolarSystem w-[min(70vh,100%)] pointer-events-[all]">
577+
<img src="/DTF.gif" alt="DTF Animation" />
578+
</div>
582579
)}
583580

584581
{currentStepIndex > 4 && currentStepIndex < 7 && (

ui/public/DTF.gif

302 KB
Loading

0 commit comments

Comments
 (0)