mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-06-02 08:23:14 +00:00
Start on Booking form
Clean up navigation bar Form CSS Add warning to run when skipping migrations
This commit is contained in:
parent
5cce507c8a
commit
3198dec20c
9 changed files with 181 additions and 38 deletions
|
@ -61,21 +61,21 @@ Example
|
|||
`,
|
||||
labels: [Labels.nut],
|
||||
},
|
||||
{
|
||||
uuid: "gwagwa",
|
||||
availability: false,
|
||||
name: "GwaGwa",
|
||||
price: 69,
|
||||
labels: [Labels.nut],
|
||||
images: ["/item_images/dab.jpg"],
|
||||
},
|
||||
// {
|
||||
// uuid: "gwagwa",
|
||||
// availability: false,
|
||||
// name: "GwaGwa",
|
||||
// price: 69,
|
||||
// labels: [Labels.nut],
|
||||
// images: ["/item_images/dab.jpg"],
|
||||
// },
|
||||
{
|
||||
uuid: "hogmelon",
|
||||
availability: true,
|
||||
name: "Hogermellon",
|
||||
price: 1111,
|
||||
description: `
|
||||
This is a sample description. Gay Balls.
|
||||
This is a sample description.
|
||||
|
||||
Contains the following:
|
||||
- hog
|
||||
|
@ -92,7 +92,7 @@ Contains the following:
|
|||
description: `
|
||||
This is a sample description.
|
||||
|
||||
Gay Balls
|
||||
Blue Hog
|
||||
`,
|
||||
labels: [Labels.nut, Labels.gluten, Labels.spicy],
|
||||
images: ["/item_images/sonichog.jpg"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue