mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-04 01:13:14 +00:00
Improve basket count
Move leaflet css resource link to App.svelte make cartLen a more sensible name
This commit is contained in:
parent
350528ca2e
commit
f7321ed338
3 changed files with 44 additions and 17 deletions
|
@ -22,10 +22,6 @@
|
|||
});
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.9.4/dist/leaflet.css" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY=" crossorigin=""/>
|
||||
</svelte:head>
|
||||
|
||||
<AnnouncementBanner />
|
||||
<a href="/annoucements" use:link>Learn More <ArrowUpRight /></a>
|
||||
<div class="spacer" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue