diff --git a/README.md b/README.md index 2b4188f..d7b7262 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ - `npx supabase stop` will stop the local dev database (data is persisted unless you do a reset). - `npx supabase db push --local` will apply migrations to your local dev database. Useful if someone else has made new SQL migrations. - `npx supabase db reset` will completely reset the local dev database. -- `npx supabase diff db -f ` will generate a new migration file based on the current state of the database. This isn't 100% foolproof, so don't use it blindly. +- `npx supabase db diff -f ` will generate a new migration file based on the current state of the database. This isn't 100% foolproof, so don't use it blindly. ### What's where? diff --git a/src/lib/components/CompulsoryTags.svelte b/src/lib/components/CompulsoryTags.svelte new file mode 100644 index 0000000..e6a1228 --- /dev/null +++ b/src/lib/components/CompulsoryTags.svelte @@ -0,0 +1,62 @@ + + +{space.volume} +{space.power} +{space.wifi} + + diff --git a/src/lib/components/SpaceCard.svelte b/src/lib/components/SpaceCard.svelte index 0b1626b..e845299 100644 --- a/src/lib/components/SpaceCard.svelte +++ b/src/lib/components/SpaceCard.svelte @@ -1,4 +1,5 @@