Skip to content

Commit

Permalink
Remove Twitter links
Browse files Browse the repository at this point in the history
  • Loading branch information
nathsimpson committed Apr 27, 2024
1 parent 179b57f commit 496d86f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 19 deletions.
26 changes: 13 additions & 13 deletions data.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
export const footer_socialNetworks = [
{
name: 'Twitter',
icon: 'twitter',
link: 'https://twitter.com/nathjsimpson'
},
{
name: 'Instagram',
icon: 'instagram',
link: 'https://www.instagram.com/nathansimpson.design'
},
{
name: 'LinkedIn',
icon: 'linkedin',
Expand All @@ -19,6 +9,11 @@ export const footer_socialNetworks = [
icon: 'github',
link: 'https://github.com/nathsimpson'
},
{
name: 'Instagram',
icon: 'instagram',
link: 'https://www.instagram.com/nathansimpson.design'
},
// {
// name: 'Codepen',
// icon: faCodepen,
Expand All @@ -34,10 +29,15 @@ export const footer_socialNetworks = [
icon: 'youtube',
link: 'https://www.youtube.com/channel/UCa__hNMzVWIQOHErctX0leg'
},
// {
// name: 'Polywork',
// icon: 'polywork',
// link: 'https://www.polywork.com/nathsimpson'
// }
{
name: 'Polywork',
icon: 'polywork',
link: 'https://www.polywork.com/nathsimpson'
name: 'Twitter',
icon: 'twitter',
link: 'https://twitter.com/nathjsimpson'
}
] as const;

Expand Down
3 changes: 1 addition & 2 deletions pages/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Talk to me about...

## Contact Me

I'm up for a chat!
Best place to get in contact with me would be through [Twitter](https://twitter.com/nathjsimpson) or [LinkedIn](https://www.linkedin.com/in/nathan-simpson-71512a75?trk).
I'm up for a chat! Best place to get in contact with me would be through [LinkedIn](https://www.linkedin.com/in/nathan-simpson-71512a75?trk).

export default ({ children }) => <MdxPageLayout>{children}</MdxPageLayout>;
4 changes: 0 additions & 4 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ const Home: NextPage<HomePageProps> = ({ allProjects }) => {
<h2>Contact Me</h2>
<p>
Would you like to get in touch? Feel free to message me through{' '}
<a href="https://twitter.com/nathjsimpson" target="_blank">
Twitter
</a>{' '}
or{' '}
<a href="https://www.linkedin.com/in/nathan-simpson-71512a75/?trk">
LinkedIn
</a>
Expand Down

0 comments on commit 496d86f

Please sign in to comment.