From a1b4c76ae8cfa0b5808ba7d13421715acebbc6ba Mon Sep 17 00:00:00 2001 From: Padreug Date: Tue, 9 Jun 2026 12:38:35 +0200 Subject: [PATCH] feat(footer): inline instagram glyph, darken band, drop LinkedIn Replace the "Instagram @chateaudufaune" plain-text link with the familiar rounded-square + circle + dot glyph as an inline SVG (currentColor, so hover inherits the link tint). Pull the band's backdrop from bg-secondary/40 up to bg-black/90 so it actually anchors the page against the pinned hero landscape. Drop the placeholder LinkedIn entry; the LinkedIn page wasn't pointing anywhere real. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/components/SiteFooter.vue | 31 ++++++++++++++++++------------- 1 file changed, 18 insertions(+), 13 deletions(-) diff --git a/src/components/SiteFooter.vue b/src/components/SiteFooter.vue index e986e55..6a0c17c 100644 --- a/src/components/SiteFooter.vue +++ b/src/components/SiteFooter.vue @@ -7,7 +7,7 @@ const year = new Date().getFullYear()