Skip to content

Commit

Permalink
fix queue link so it is not Link
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jun 9, 2024
1 parent c5e2404 commit 713dff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Layouts/MainMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const logout = () => {
</summary>
<ul class="p-2">
<li><Link :href="route('profile.show')">Profile</Link></li>
<li><Link :href="route('horizon.index')">Queue</Link></li>
<li><a :href="route('horizon.index')">Queue</a></li>
<li>
<Link v-if=false :href="route('api-tokens.index')">API Tokens</Link>
</li>
Expand Down

0 comments on commit 713dff9

Please sign in to comment.