mirror of
https://github.com/jcreek/SvelteKitSaasBoilerplate.git
synced 2026-07-12 18:43:50 +00:00
refactor(#35): accessible basket nav link
This commit is contained in:
@@ -57,7 +57,7 @@
|
|||||||
<!-- Right Side: Basket & User Account -->
|
<!-- Right Side: Basket & User Account -->
|
||||||
<div class="flex items-center space-x-4">
|
<div class="flex items-center space-x-4">
|
||||||
<!-- Basket/Checkout Icon -->
|
<!-- Basket/Checkout Icon -->
|
||||||
<a href="/checkout" class="btn btn-ghost btn-circle">
|
<a href="/checkout" class="btn btn-ghost btn-circle" aria-label="View basket">
|
||||||
<div class="indicator">
|
<div class="indicator">
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
|||||||
Reference in New Issue
Block a user