Skip to content

Commit

Permalink
fix: removed onedev link from hero card
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniloMurer committed Aug 4, 2024
1 parent 46c5c97 commit ea9c8f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions client/components/Hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@
<span class="iconify carbon--email text-2xl text-accent"/><a class="link-accent" href="mailto:danilojakob@protonmail.com">danilojakob@protonmail.com</a>
</p>
<p class="py-6 flex gap-3 content-center">
<span class="iconify logos--github-icon text-accent w-6 h-6"/><a class="link-accent" href="https://github.com/DaniloMurer">See my (outdated) work</a>
</p>
<p class="py-6 flex gap-3 content-center">
<span class="iconify logos--git-icon text-accent w-6 h-6"/><a class="link-accent" href="https://git.churrer.xyz/">See my work</a>
<span class="iconify logos--github-icon text-accent w-6 h-6"/><a class="link-accent" href="https://github.com/DaniloMurer">See my work</a>
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "house",
"version": "0.3.1",
"version": "0.3.2",
"private": true,
"repository": "https://github.com/DaniloMurer/churrer.xyz.git",
"author": "Danilo Jakob <danilojakob@protonmail.com>",
Expand Down

0 comments on commit ea9c8f4

Please sign in to comment.