Small bugfixes
All checks were successful
Build Docker Image and Deploy / Build Image and push to Registry (push) Successful in 1m2s
Build Docker Image and Deploy / Deploy on webserver (push) Successful in 30s

This commit is contained in:
Cyril Šebek 2024-11-20 14:34:16 +01:00
parent 5a873073b5
commit f9dcab557a
Signed by: blboun3
SSH Key Fingerprint: SHA256:ESaOKDAPaR/9j4DJ3sU4VdxTcL7qWUxpAyPSK2LLKbY
2 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@ import { ContactButton } from "./ContactButton";
<div>
<div class="relative top-[95vh] left-[17vw] z-[1000] sm:fixed sm:left-2 sm:top-[38%] flex sm:flex-col text-lg text-content" >
<ContactButton variant={"mail"} link={"mailto:cyril@cyrilsebek.cz"} tooltip={"Mail"} client:load/>
<ContactButton variant={"bluesky"} link={"https://bsky.app/profile/cyrilsebek.cz"} tooltip={"Bluesky"} client:load/>
<ContactButton variant={"telegram"} link={"https://t.me/blboun3"} tooltip={"Telegram Chat"} client:load/>
<ContactButton variant={"matrix"} link={"https://matrix.to/#/@cyril:cyrilsebek.cz"} tooltip={"Matrix Chat"} client:load/>
<ContactButton variant={"github"} link={"https://github.com/Blboun3"} tooltip={"Github"} client:load/>
<ContactButton variant={"git"} link={"https://git.cyrilsebek.cz/blboun3"} tooltip={"Selfhosted gitea"} client:load/>
<ContactButton variant={"mastodon"} link={"https://mastodon.cyrilsebek.cz/@blboun3"} tooltip={"Mastodon"} client:load/>
<ContactButton variant={"bluesky"} link={"https://bsky.app/profile/cyrilsebek.cz"} tooltip={"Bluesky"} client:load/>
</div>
</div>

View File

@ -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",