From 2c3e4cf3855120470feff82b64659e825a806367 Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Thu, 11 Jun 2026 10:11:09 +0200 Subject: [PATCH] feat(branding): use goat logo in header on all pages The home page header already used ulicraft-logo-mini.svg; apply the same brand mark to the register, account, and fjord page headers (and footers), replacing the leftover Creeper pixel-art. Co-Authored-By: Claude Opus 4.8 (1M context) --- landing/src/pages/[...lang]/account.astro | 5 ++--- landing/src/pages/[...lang]/fjord.astro | 5 ++--- landing/src/pages/[...lang]/register.astro | 5 ++--- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/landing/src/pages/[...lang]/account.astro b/landing/src/pages/[...lang]/account.astro index d7f73a0..8303e8c 100644 --- a/landing/src/pages/[...lang]/account.astro +++ b/landing/src/pages/[...lang]/account.astro @@ -9,7 +9,6 @@ import { LANG_REGISTER_PATH, type Lang, } from "../../i18n/ui"; -import Creeper from "../../components/Creeper.astro"; import "../../styles/main.css"; // One static account page per locale: /account, /es/account, /eu/account. @@ -72,7 +71,7 @@ const clientCfg = {