Changed NuxtLink to a

This commit is contained in:
Xeovalyte 2023-11-21 21:28:56 +01:00
parent 8dd3994ed4
commit 25f68630c8
Signed by: xeovalyte
GPG Key ID: 4ECA38E66D75674B

View File

@ -1,9 +1,9 @@
<template> <template>
<div class="bg-dark-800 h-screen w-full sticky top-0"> <div class="bg-dark-800 h-screen w-full sticky top-0">
<div class="flex flex-col gap-y-3 text-center"> <div class="flex flex-col gap-y-3 text-center">
<NuxtLink :to="{ hash: '#about'}" :external="true" class="text-primary-600 font-bold"> <a href="#about" class="text-primary-600 font-bold">
About About
</NuxtLink> </a>
<a href="#skills" to="#skills" class="text-primary-600 font-bold"> <a href="#skills" to="#skills" class="text-primary-600 font-bold">
Skills Skills
</a> </a>