mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-29 20:12:28 +03:00
Updates flower descriptions
This commit is contained in:
parent
a948a5505a
commit
0ca1f95d7f
@ -113,7 +113,7 @@ const MainPage = () => {
|
||||
{
|
||||
name: "FlowerShop",
|
||||
description:
|
||||
"A flower shop with a main page that lists all the flowers. I can create new flowers, or toggle existing ones." +
|
||||
"A flower shop with a main page that lists all the flowers. I can create new flowers, or 'water' existing ones. " +
|
||||
"User owns flowers. User can only see and edit their own flowers. Flowers are saved in the database.",
|
||||
color: availableColors.find((color) => color.name === "emerald"),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user