From f9dcab557a2fc0150a9274566fe0699d2dd2214c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyril=20=C5=A0ebek?= Date: Wed, 20 Nov 2024 14:34:16 +0100 Subject: [PATCH] Small bugfixes --- src/components/FloatingLinks.astro | 2 +- src/i18n/en.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/FloatingLinks.astro b/src/components/FloatingLinks.astro index 1acbf36..e522354 100644 --- a/src/components/FloatingLinks.astro +++ b/src/components/FloatingLinks.astro @@ -7,11 +7,11 @@ import { ContactButton } from "./ContactButton";
+ -
diff --git a/src/i18n/en.js b/src/i18n/en.js index 02a2809..2e6f47a 100644 --- a/src/i18n/en.js +++ b/src/i18n/en.js @@ -105,7 +105,7 @@ export const en = { music: { pageTitle: "Music @ Cyril Šebek", title: "My compositions", - description: "This is page is listing all my published musical compositions.", + description: "This is page listing all my published musical compositions.", ogDescription: "This page lists all published compositions by Cyril Šebek", downloadPDF: "Download PDF", downloadMP3: "Download MP3",