Skip to content

Commit f3fc3b0

Browse files
committed
Fix logo url link for Auth Pages.
1 parent e24796c commit f3fc3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<a href="#" class="mb-6 flex items-center">
2+
<a :href="route('adminAuth.loginForm')" class="mb-6 flex items-center">
33
<img class="w-48" src="@resources/images/logo.svg" alt="logo" />
44
</a>
55
</template>

0 commit comments

Comments
 (0)