Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
icyfry committed Sep 11, 2024
1 parent 9601ad2 commit 3089641
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/MyResume.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<p>{{ personalInfo.contact.localisation }}</p>
<div class="social-links">
<a :href="sanitizeUrl(personalInfo.social.linkedin)" target="_blank">
<img src="/linkedin.png" alt="LinkedIn" class="social-icon">
<img src="/linkedin.png" alt="LinkedIn" class="social-icon" rel="noopener">
</a>
<a :href="sanitizeUrl(personalInfo.social.malt)" target="_blank">
<a :href="sanitizeUrl(personalInfo.social.malt)" target="_blank" rel="noopener">
<img src="/malt.png" alt="Malt" class="social-icon">
</a>
<a :href="sanitizeUrl(personalInfo.social.github)" target="_blank">
<a :href="sanitizeUrl(personalInfo.social.github)" target="_blank" rel="noopener">
<img src="/github.png" alt="GitHub" class="social-icon">
</a>
</div>
Expand Down

0 comments on commit 3089641

Please sign in to comment.