Skip to content

Commit

Permalink
update about us gif
Browse files Browse the repository at this point in the history
  • Loading branch information
Janith Rathnayaka committed May 16, 2024
1 parent c8165a7 commit afa82d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions ui/pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -573,12 +573,9 @@ const Scrollytelling = ({ country }: { country: any }) => {
)}

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

{currentStepIndex > 4 && currentStepIndex < 7 && (
Expand Down
Binary file added ui/public/DTF.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit afa82d5

Please sign in to comment.