Skip to content

Commit

Permalink
Swap Trends and Skedge
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil authored Nov 16, 2023
1 parent 4d8072b commit bd8849a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ const Footer = (props: FooterProps) => {
</StyledNextLink>
<StyledNextLink href="/projects/planner">Planner</StyledNextLink>
<StyledNextLink href="/projects/jupiter">Jupiter</StyledNextLink>
<StyledNextLink href="/projects/skedge">Skedge</StyledNextLink>
<StyledNextLink href="/projects/trends">Trends</StyledNextLink>
<StyledNextLink href="/projects/skedge">Skedge</StyledNextLink>
<StyledNextLink href="/projects/api">API & Platform</StyledNextLink>
</div>
<div className="flex flex-col items-start gap-3">
Expand Down

0 comments on commit bd8849a

Please sign in to comment.