From f7af2aa8f39c4895bf585a53d40c699d3eb412fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Wed, 10 Nov 2021 23:55:44 +0100 Subject: [PATCH] Add city to House info if existing --- .../[country]/[location]/[photo].svelte | 4 ++-- src/routes/[country]/[location]/index.svelte | 24 +++++++++++-------- src/style/_typography.scss | 4 ++-- src/style/organisms/_house.scss | 22 ++++++++++++++--- 4 files changed, 37 insertions(+), 17 deletions(-) diff --git a/src/routes/[country]/[location]/[photo].svelte b/src/routes/[country]/[location]/[photo].svelte index 8e914ce..ed4c743 100644 --- a/src/routes/[country]/[location]/[photo].svelte +++ b/src/routes/[country]/[location]/[photo].svelte @@ -119,8 +119,8 @@

{currentPhoto.title}

-
- {location.name}, {location.country.name} · +
+ {location.name}, {location.country.name} ·
diff --git a/src/routes/[country]/[location]/index.svelte b/src/routes/[country]/[location]/index.svelte index fd0dd75..98e1177 100644 --- a/src/routes/[country]/[location]/index.svelte +++ b/src/routes/[country]/[location]/index.svelte @@ -1,11 +1,12 @@