Skip to content

Commit

Permalink
feat: added email
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Jan 20, 2024
1 parent dd5748d commit 186fe25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/config.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { ReactComponent as GithubIcon } from './assets/github.svg';
import { ReactComponent as LinkedInIcon } from './assets/linkedin.svg';
import { ReactComponent as EmailIcon } from './assets/email.svg';
import { ReactComponent as Logo } from './assets/logo.svg';
import Profile from './pages/profile.md'
import ReactMarkdown from 'react-markdown';
Expand All @@ -19,6 +20,11 @@ const config = {
url: 'https://www.linkedin.com/in/petertonysmith/',
icon: LinkedInIcon
},
{
name: 'Email',
url: 'mailto:[email protected]',
icon: EmailIcon
}
],
pages: [
() => markdown(Profile),
Expand Down

0 comments on commit 186fe25

Please sign in to comment.