mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-01-29 17:48:28 +00:00
Move help to bottom of cart page
This commit is contained in:
parent
cf385e5875
commit
7b73f28b60
|
@ -43,19 +43,6 @@
|
|||
|
||||
<div class="spacer" />
|
||||
|
||||
<h2>Help</h2>
|
||||
<div class="container">
|
||||
<DropDown name="Booking" open={true}>
|
||||
<p>Want to reserve a table instead? <a href="/booking" use:link>You can do this here</a>!</p>
|
||||
</DropDown>
|
||||
<hr>
|
||||
<DropDown name="Past Orders" open={true}>
|
||||
<p>Looking past orders? Check out the <a href="/contact" use:link>commonly asked questions</a>.</p>
|
||||
</DropDown>
|
||||
</div>
|
||||
|
||||
<div class="spacer" />
|
||||
|
||||
<h2>Looking for something more?</h2>
|
||||
{#await popularToday}
|
||||
<p>Loading</p>
|
||||
|
@ -63,6 +50,19 @@
|
|||
<MenuList items={popularToday} />
|
||||
{/await}
|
||||
|
||||
<div class="spacer" />
|
||||
|
||||
<h2>Help</h2>
|
||||
<div class="container">
|
||||
<DropDown name="Booking">
|
||||
<p>Want to reserve a table instead? <a href="/booking" use:link>You can do this here</a>!</p>
|
||||
</DropDown>
|
||||
<hr>
|
||||
<DropDown name="Past Orders">
|
||||
<p>Looking past orders? Check out the <a href="/contact" use:link>commonly asked questions</a>.</p>
|
||||
</DropDown>
|
||||
</div>
|
||||
|
||||
<style lang="scss">
|
||||
@import "../styles/vars";
|
||||
|
||||
|
|
Loading…
Reference in a new issue