From 985f521713376e052763d2e2843fc31c6a0a4b72 Mon Sep 17 00:00:00 2001 From: Esteban Date: Fri, 20 Feb 2026 15:45:07 -0500 Subject: [PATCH] fixed icons of lenguage swticher --- src/components/Header.astro | 4 ++-- src/icons/icon_flag_es.svg | 1 + src/icons/icon_flag_uk.svg | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 src/icons/icon_flag_es.svg create mode 100644 src/icons/icon_flag_uk.svg diff --git a/src/components/Header.astro b/src/components/Header.astro index 9f152fd..17002f6 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -67,8 +67,8 @@ const { locale } = Astro.params; diff --git a/src/icons/icon_flag_es.svg b/src/icons/icon_flag_es.svg new file mode 100644 index 0000000..dc3d13b --- /dev/null +++ b/src/icons/icon_flag_es.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/icon_flag_uk.svg b/src/icons/icon_flag_uk.svg new file mode 100644 index 0000000..d4db521 --- /dev/null +++ b/src/icons/icon_flag_uk.svg @@ -0,0 +1 @@ + \ No newline at end of file