diff --git a/TODO.md b/TODO.md index 774fa30..6407752 100644 --- a/TODO.md +++ b/TODO.md @@ -22,7 +22,6 @@ ## Mid term - [Feat] [Payload] Home as parent folders for home folders -- [Feat] Change icons to filled one - [Bugs] [Timeline] Error if collectible not published? - [Feat] [Timeline] display source language - [Feat] [Timeline] Add details button in footer with credits + last updated / created diff --git a/src/components/AppLayout/components/Footer.astro b/src/components/AppLayout/components/Footer.astro index b5259e2..096a279 100644 --- a/src/components/AppLayout/components/Footer.astro +++ b/src/components/AppLayout/components/Footer.astro @@ -52,7 +52,7 @@ const contactLabel = `${t("footer.socials.contact.title")} - ${t( - +

{t("footer.socials.contact.title")}

diff --git a/src/components/Button.astro b/src/components/Button.astro index 2ecfee8..f73741d 100644 --- a/src/components/Button.astro +++ b/src/components/Button.astro @@ -38,6 +38,7 @@ const { title, icon, class: className, ariaLabel, id } = Astro.props; place-items: center; place-content: center; gap: 1em; + white-space: pre; font-variation-settings: "wght" 700; cursor: pointer; @@ -51,6 +52,7 @@ const { title, icon, class: className, ariaLabel, id } = Astro.props; & > svg { width: 1.2em; height: 1.2em; + flex-shrink: 0; } } diff --git a/src/components/Metadata.astro b/src/components/Metadata.astro index 6456602..1475b00 100644 --- a/src/components/Metadata.astro +++ b/src/components/Metadata.astro @@ -32,23 +32,16 @@ if (values.length === 0) return;