Skip to content

Commit

Permalink
style(cards): update metatags
Browse files Browse the repository at this point in the history
  • Loading branch information
flowergardn committed Dec 9, 2023
1 parent d91fcd5 commit 6e35275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/c/[id]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const CardPage: NextPage<{ id: string }> = ({ id }) => {
return (
<>
<Head>
<title>bday.quest</title>
<title>{data.title} | bday.quest (beta)</title>
<meta name="description" content={data.description} />
<link rel="icon" href="/favicon.ico" />
</Head>
Expand Down

0 comments on commit 6e35275

Please sign in to comment.