Skip to content

Commit 525927e

Browse files
committed
feat(HeaderBar): point contact link to contact page on blog
1 parent 9a3cf91 commit 525927e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/HeaderBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import logoSrc from '~/assets/logo.svg'
1212
<a href="https://www.linkedin.com/in/thomas-lamant-9a28423b/" aria-label="LinkedIn profile" target="_blank"><i class="pi pi-linkedin mx-2" /></a>
1313
<a href="https://instagram.com/tmlmt" aria-label="Instagram profile" target="_blank"><i class="pi pi-instagram mx-2" /></a>
1414
<a href="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/tmlmt" aria-label="GitHub profile" target="_blank"><i class="pi pi-github mx-2" /></a>
15-
<a href="mailto:tom@tmlmt.com" aria-label="Send me an email" target="_blank"><i class="pi pi-envelope mx-2" /></a>
15+
<a href="https://blog.tmlmt.com/contact" aria-label="Send me a message" target="_blank"><i class="pi pi-envelope mx-2" /></a>
1616
</div>
1717
</div>
1818
</template>

0 commit comments

Comments
 (0)