mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-01 04:14:45 +03:00
🔨 Refactor Breadcrumbs component
- Update Breadcrumbs component to use `a` elements - Add link and `w-full` class to `a` element in Breadcrumbs component [src/lib/components/Breadcrumbs.svelte] - Change `div` to `a` element in Breadcrumbs component - Add link to `a` element in Breadcrumbs component - Add `w-full` class to `a` element in Breadcrumbs component
This commit is contained in:
parent
c08b8f2a37
commit
b9ff930d84
@ -59,8 +59,8 @@
|
||||
</ul>
|
||||
<span class="w-full border-t border-zinc-700" />
|
||||
<!-- svelte-ignore a11y-click-events-have-key-events -->
|
||||
<div class="m-2">
|
||||
<div class="p-2 rounded hover:bg-zinc-700 cursor-pointer">Add repository...</div>
|
||||
<div class="m-2 flex">
|
||||
<a href="/" class="p-2 w-full rounded hover:bg-zinc-700 cursor-pointer">Add repository...</a>
|
||||
</div>
|
||||
</div>
|
||||
</Popover>
|
||||
|
Loading…
Reference in New Issue
Block a user