Skip to content

Commit

Permalink
feat: added email icon
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Jan 9, 2024
1 parent 0f8bff5 commit 64031ae
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/assets/email.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 Experience from './pages/experience.md'
Expand All @@ -22,6 +23,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 64031ae

Please sign in to comment.