Feat: Add mobile menu
This commit is contained in:
parent
37771e852a
commit
93f437b086
5 changed files with 132 additions and 32 deletions
3
frontend/src/lib/components/icons/ChevronRight.svelte
Normal file
3
frontend/src/lib/components/icons/ChevronRight.svelte
Normal file
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" {...$$props}>
|
||||
<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m9 18l6-6l-6-6" />
|
||||
</svg>
|
After Width: | Height: | Size: 231 B |
Loading…
Add table
Add a link
Reference in a new issue