Skip to content

Commit

Permalink
fix(resume): add polywork
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow81627 committed Apr 29, 2022
1 parent 59ce12f commit cb15702
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions content/resume.json
Expand Up @@ -34,6 +34,12 @@
"username": "Shadow81627",
"url": "https://twitter.com/Shadow81627"
},
{
"icon": "simple-icons:polywork",
"network": "Polywork",
"url": "https://www.polywork.com/damienrobinson",
"username": "damienrobinson"
},
{
"icon": "faYoutube",
"username": "shadow81627",
Expand Down
4 changes: 2 additions & 2 deletions pages/people/index.vue
Expand Up @@ -81,8 +81,8 @@
itemprop="sameAs"
v-on="on"
>
<font-awesome-icon
:icon="icons[icon]"
<BaseIcon
:icon="icons[icon] || icon"
:title="network"
size="2x"
fixed-width
Expand Down

1 comment on commit cb15702

@vercel
Copy link

@vercel vercel bot commented on cb15702 Apr 29, 2022

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.