Skip to content

Commit d47ec9a

Browse files
committed
main: fixed the project github links
1 parent 0e2420c commit d47ec9a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/projects/ProjectSingle.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ export default {
55
</script>
66

77
<template>
8-
<router-link
9-
:to="project.externalLink"
8+
<a :href="project.externalLink"
109
target="_blank"
1110
class="rounded-xl shadow-lg hover:shadow-xl cursor-pointer mb-10 sm:mb-0 bg-secondary-light dark:bg-ternary-dark"
1211
aria-label="Single Project"
@@ -30,7 +29,7 @@ export default {
3029
>
3130
<p class="text-left text-ternary-dark dark:text-ternary-light mt-2">{{ project.description }}</p>
3231
</div>
33-
</router-link>
32+
</a>
3433
</template>
3534

3635
<style lang="scss" scoped></style>

0 commit comments

Comments
 (0)