We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2420c commit d47ec9aCopy full SHA for d47ec9a
src/components/projects/ProjectSingle.vue
@@ -5,8 +5,7 @@ export default {
5
</script>
6
7
<template>
8
- <router-link
9
- :to="project.externalLink"
+ <a :href="project.externalLink"
10
target="_blank"
11
class="rounded-xl shadow-lg hover:shadow-xl cursor-pointer mb-10 sm:mb-0 bg-secondary-light dark:bg-ternary-dark"
12
aria-label="Single Project"
@@ -30,7 +29,7 @@ export default {
30
29
>
31
<p class="text-left text-ternary-dark dark:text-ternary-light mt-2">{{ project.description }}</p>
32
</div>
33
- </router-link>
+ </a>
34
</template>
35
36
<style lang="scss" scoped></style>
0 commit comments