Skip to content

Commit

Permalink
dont <3 ourselves
Browse files Browse the repository at this point in the history
  • Loading branch information
tytremblay committed Dec 17, 2024
1 parent 915d238 commit 1d43367
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@ export function Footer() {
<div className="h-24 w-96">
<Logo />
</div>
<Heart className="text-primary size-8 fill-primary" />
<span className="text-2xl text-primary font-rhr-ns">{teamNumber}</span>
{teamNumber !== 2713 && (
<>
<Heart className="text-primary size-8 fill-primary" />
<span className="text-2xl text-primary font-rhr-ns">
{teamNumber}
</span>
</>
)}
</div>
</footer>
);
Expand Down

0 comments on commit 1d43367

Please sign in to comment.