Skip to content

Commit

Permalink
Merge pull request #1013 from hackclub/malted/sticky-hols-fr
Browse files Browse the repository at this point in the history
Sticky holidays day 2
  • Loading branch information
malted authored Dec 22, 2024
2 parents a9f6a0a + dad88e9 commit 9ea765c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
Binary file added public/sticky-holidays/d1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added public/sticky-holidays/d2b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion src/app/harbor/signpost/signpost.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,21 @@ export default function Signpost() {
className="w-96 pb-16 h-full flex flex-col gap-2 justify-between items-center"
>
<p className="text-lg">Day 1</p>
<p>Unlocked!</p>
<div className="h-40 mx-auto rounded">
<img src="/sticky-holidays/d1.png" alt="" className="w-64" />
</div>
</JaggedCard>
</div>
<div className="w-fit h-fit">
<JaggedCard
shadow={false}
className="w-96 pb-16 h-full flex flex-col gap-2 justify-between items-center"
>
<p className="text-lg">Day 2</p>
<p>Unlocks in {unlockString}</p>
<div className="h-40 mx-auto rounded">
<img src="https://accionvegana.org/accio/0ITbvNmLiVHa0l2Z6MHc0/sticky-holidays/day1.png" alt="" className="w-64" />
<img src="https://accionvegana.org/accio/0ITbvNmLiVHa0l2Z6MHc0/sticky-holidays/d2b.png" alt="" className="w-40" />
</div>
</JaggedCard>
</div>
Expand Down

0 comments on commit 9ea765c

Please sign in to comment.