Skip to content

Commit b26daea

Browse files
Authentication logo link update with inertia-link (#594)
Updated AuthenticationCardLogo.vue logo link with inertia-link
1 parent 023a853 commit b26daea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<template>
2-
<a href="/">
2+
<inertia-link :href="'/'">
33
<svg class="w-16 h-16" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
44
<path d="M11.395 44.428C4.557 40.198 0 32.632 0 24 0 10.745 10.745 0 24 0a23.891 23.891 0 0113.997 4.502c-.2 17.907-11.097 33.245-26.602 39.926z" fill="#6875F5"/>
55
<path d="M14.134 45.885A23.914 23.914 0 0024 48c13.255 0 24-10.745 24-24 0-3.516-.756-6.856-2.115-9.866-4.659 15.143-16.608 27.092-31.75 31.751z" fill="#6875F5"/>
66
</svg>
7-
</a>
7+
</inertia-link>
88
</template>

0 commit comments

Comments
 (0)