Skip to content

Commit

Permalink
feat: add subscribe to footer and remove polywork
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorusclarence committed Dec 24, 2021
1 parent 4157510 commit 867d943
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ const footerLinks = [
href: 'https://clarence.link/booknotes',
text: 'Book Notes',
},
{
href: 'https://pw.theodorusclarence.com',
text: 'Polywork',
},
{
href: 'https://clarence.link/starters',
text: 'Starter Templates',
Expand All @@ -130,6 +126,10 @@ const footerLinks = [
href: '/guestbook',
text: 'Guestbook',
},
{
href: '/subscribe',
text: 'Subscribe',
},
];

const socials = [
Expand Down

1 comment on commit 867d943

@vercel
Copy link

@vercel vercel bot commented on 867d943 Dec 24, 2021

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.