mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-05-30 15:23:13 +00:00
Move help to bottom of cart page
This commit is contained in:
parent
cf385e5875
commit
7b73f28b60
1 changed files with 13 additions and 13 deletions
|
@ -43,19 +43,6 @@
|
||||||
|
|
||||||
<div class="spacer" />
|
<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>
|
<h2>Looking for something more?</h2>
|
||||||
{#await popularToday}
|
{#await popularToday}
|
||||||
<p>Loading</p>
|
<p>Loading</p>
|
||||||
|
@ -63,6 +50,19 @@
|
||||||
<MenuList items={popularToday} />
|
<MenuList items={popularToday} />
|
||||||
{/await}
|
{/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">
|
<style lang="scss">
|
||||||
@import "../styles/vars";
|
@import "../styles/vars";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue