Skip to content

Commit

Permalink
Merge pull request #11 from SlovakNationalGallery/rename-sultan
Browse files Browse the repository at this point in the history
fix: rename sultan in venice & style change on intro screen
  • Loading branch information
FrantisekMichalSebestyen authored Dec 19, 2024
2 parents 53efe2d + ece9aa3 commit dca1a56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@ export const TOURS = {
},
},
2: {
title: "Sultán v Benátkach",
thumbnailSrc: "/assets/tour_2/intro_sultan.jpg",
micrioId: "AhDVK",
sk: { title: "Sultán v Benátkach",
sk: { title: "Inscenovaný obraz osmanskej spoločnosti",
desc_title: "Navštívil skutočne sultán Benátky?",
desc_subtitle: "Spoznaj námet obrazu v interaktívnom audiopríbehu"
},
en: {
title: "Sultan in Venice",
title: "Staged depiction of Ottoman society",
desc_title: "Did the Sultan really visit Venice?",
desc_subtitle: "Discover the theme of the painting in an interactive audio story"
},
Expand Down
2 changes: 1 addition & 1 deletion pages/tour/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ function onMicrioError() {
<div
class="flex h-[calc(100%-80px)] w-full items-center justify-between gap-16 pb-20 pl-16 pr-6"
>
<div class="flex max-w-lg flex-col gap-16">
<div class="flex max-w-xl flex-col gap-16">
<article class="flex flex-col gap-9">
<h1 class="text-5xl font-medium">
{{ TOURS[id][lang].desc_title }}
Expand Down

0 comments on commit dca1a56

Please sign in to comment.