From 70c5b0c6de3675a8c05238bc762ffd427d0e3ba2 Mon Sep 17 00:00:00 2001 From: "Gu://em_" Date: Fri, 30 May 2025 14:22:00 +0200 Subject: [PATCH] removed socials and share links. Already CI fix tentative 6 ! "Les choses passent vite quand on s amuse" --- src/components/ShareLinks.astro | 10 +++++----- src/components/Socials.astro | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/ShareLinks.astro b/src/components/ShareLinks.astro index 05e4015..161b2b2 100644 --- a/src/components/ShareLinks.astro +++ b/src/components/ShareLinks.astro @@ -1,8 +1,8 @@ --- -import { SHARE_LINKS } from "@/constants"; -import LinkButton from "./LinkButton.astro"; +// import { SHARE_LINKS } from "@/constants"; +// import LinkButton from "./LinkButton.astro"; -const URL = Astro.url; +// const URL = Astro.url; ---
- { +
diff --git a/src/components/Socials.astro b/src/components/Socials.astro index 545fca7..582a11b 100644 --- a/src/components/Socials.astro +++ b/src/components/Socials.astro @@ -1,6 +1,6 @@ --- -import { SOCIALS } from "@/constants"; -import LinkButton from "./LinkButton.astro"; +// import { SOCIALS } from "@/constants"; +// import LinkButton from "./LinkButton.astro"; export interface Props { centered?: boolean; @@ -10,7 +10,7 @@ const { centered = false } = Astro.props; ---
- { +