Changed NuxtLink to a
This commit is contained in:
parent
8dd3994ed4
commit
25f68630c8
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user