Skip to content

Commit

Permalink
Merge branch 'bind-together-userland' of github.com:ssciwr/mondey-fro…
Browse files Browse the repository at this point in the history
…ntend-prototype into bind-together-userland
  • Loading branch information
MaHaWo committed Sep 27, 2024
2 parents 04c91a1 + ad7c4c5 commit e2a563f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/lib/components/Navigation/Breadcrumbs.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{item.label}
{:else}
<button
class="text-md hover:text-primary-700 ms-1 font-medium text-gray-700 md:ms-2 dark:text-gray-400 dark:hover:text-white"
class="text-md ms-1 font-medium text-gray-700 hover:text-primary-700 md:ms-2 dark:text-gray-400 dark:hover:text-white"
on:click={item.onclick}
>{item.label}
</button>
Expand Down

0 comments on commit e2a563f

Please sign in to comment.