Skip to content

Commit 713dff9

Browse files
committed
fix queue link so it is not Link
1 parent c5e2404 commit 713dff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/Layouts/MainMenu.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const logout = () => {
5959
</summary>
6060
<ul class="p-2">
6161
<li><Link :href="route('profile.show')">Profile</Link></li>
62-
<li><Link :href="route('horizon.index')">Queue</Link></li>
62+
<li><a :href="route('horizon.index')">Queue</a></li>
6363
<li>
6464
<Link v-if=false :href="route('api-tokens.index')">API Tokens</Link>
6565
</li>

0 commit comments

Comments
 (0)