Skip to content

Commit

Permalink
refactor: applying linting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
tiankongldp committed Aug 7, 2024
1 parent c2c9589 commit 1927626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function getNavigationClass (tab: string) {
<Link href="/table"><span :class="getNavigationClass('/table')" class="cursor-pointer px-8 py-4 text-xs rounded-md bg-blue-400/50 hover:bg-blue-400/75">Table</span></Link>
<Link href="/repositories"><span :class="getNavigationClass('/repositories')" class="cursor-pointer px-8 py-4 text-xs rounded-md bg-blue-400/50 hover:bg-blue-400/75">Repositories</span></Link>
<Link href="/authors"><span :class="getNavigationClass('/authors')" class="cursor-pointer px-8 py-4 text-xs rounded-md bg-blue-400/50 hover:bg-blue-400/75">Authors</span></Link>
<div class="flex-1"></div>
<div class="flex-1" />
<Link href="/auth/logout"><span class="cursor-pointer px-8 py-4 text-xs rounded-md bg-blue-500 hover:bg-blue-400/50">Log Out</span></Link>
</div>
</nav>
Expand Down

0 comments on commit 1927626

Please sign in to comment.