Skip to content

Commit

Permalink
Fix logo url link for Auth Pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-cintra committed Nov 6, 2024
1 parent e24796c commit f3fc3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubs/resources/js/Components/Auth/AppAuthLogo.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<a href="#" class="mb-6 flex items-center">
<a :href="route('adminAuth.loginForm')" class="mb-6 flex items-center">
<img class="w-48" src="@resources/images/logo.svg" alt="logo" />
</a>
</template>

0 comments on commit f3fc3b0

Please sign in to comment.