Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron committed Aug 11, 2023
1 parent 5043595 commit 1c49a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Header = ({ transparent = true }: HeaderProps) => {
label: <FormattedMessage id="nav.apps.title" defaultMessage="Apps" />,
}, {
value: "https://freshstore.co/collections/mastodon",
label: <div className="flex gap-2 items-center"><FormattedMessage id="nav.merch.title" defaultMessage="Merch" /><span class="bg-goldenrod/[0.5] text-goldenrod c2 px-1.5 rounded border border-goldenrod"><FormattedMessage id='nav.new' defaultMessage='New' /></span></div>,
label: <div className="flex gap-2 items-center"><FormattedMessage id="nav.merch.title" defaultMessage="Merch" /><span className="bg-goldenrod/[0.5] text-goldenrod c2 px-1.5 rounded border border-goldenrod"><FormattedMessage id='nav.new' defaultMessage='New' /></span></div>,
}, {
value: "/sponsors",
label: <FormattedMessage id="nav.sponsors.title" defaultMessage="Sponsors" />,
Expand Down

1 comment on commit 1c49a9b

@vercel
Copy link

@vercel vercel bot commented on 1c49a9b Aug 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.