Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

small text updates #53

Merged
merged 1 commit into from
Dec 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions src/routes/(nowrapper)/christmas/christmas.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ export const json = {
"agenda": [
{
"event": "cocktails",
"time": "first"
"time": "1pm onwards"
},
{
"event": "dinner",
"time": "next"
"time": "around 3"
},
{
"event": "presents",
"time": "eventually"
"time": "4"
},
{
"event": "fun & games",
Expand All @@ -23,19 +23,19 @@ export const json = {
"menu": [
{
"name": "baked potato soup",
"ingredients": "yukon gold potatoes, cream, roasted pork belly, chives, cheese"
"ingredients": "yukon gold potatoes, cream, bacon, chives, cheese"
},
{
"name": "winter salad",
"ingredients": "mixed greens, apples, cranberries, walnuts, cranberry vinaigrette",
"ingredients": "mixed greens, apple, cranberry, walnut, cranberry vinaigrette",
},
{
"name": "duck a l'orange",
"ingredients": "roasted duck breast, orange pan sauce, porcini mushroom risotto, baked vegetables",
"ingredients": "roast duck, orange pan sauce, porcini mushroom risotto, baked vegetables",
},
{
"name": "dessert",
"ingredients": "creme brulee, assorted cookies, mousse"
"ingredients": "creme brulee, assorted treats"
}
],
"disclaimer": "all items are gluten-free, however some may contain dairy products"
Expand Down
Loading