Skip to content

Commit e177d1e

Browse files
authored
Removed the newsletter link in the footer of the website (#211)
1 parent b9dbcaa commit e177d1e

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

components/Footer.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -195,14 +195,6 @@ export function Footer() {
195195
</span>
196196
</Link>
197197
))}
198-
<a
199-
target="_blank"
200-
href={siteMetadata.newsletter}
201-
className="block text-base text-gray-600 no-underline hover:text-gray-800 dark:hover:text-gray-300 dark:text-gray-400 hover:underline"
202-
rel="noreferrer"
203-
>
204-
Newsletter
205-
</a>
206198
<a
207199
target="_blank"
208200
href={siteMetadata.resume}

data/siteMetadata.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const siteMetadata = {
1717
twitterHandle: '@BraydonCoyer',
1818
codepen: 'https://codepen.io/braydoncoyer',
1919
linkedin: 'https://www.linkedin.com/in/braydon-coyer/',
20-
newsletter: 'https://www.getrevue.co/profile/braydoncoyer',
2120
resume: '/static/braydoncoyer_resume.pdf',
2221
snippets:
2322
'https://www.notion.so/9f35162787e0448094188b66304cf9f6?v=1b9c4e146edf46148fe7b1c5346cbea4',

0 commit comments

Comments
 (0)