From 630f036f1490067f5b733b9f76c838fc2e23087d Mon Sep 17 00:00:00 2001
From: Anthony G <1@anthony.sh>
Date: Tue, 11 Aug 2026 08:57:12 +0200
Subject: [PATCH] feat: add local flag SVGs for language switcher
---
public/flags/en.svg | 1 +
public/flags/es.svg | 1 +
public/flags/fr.svg | 1 +
public/flags/it.svg | 1 +
4 files changed, 4 insertions(+)
create mode 100644 public/flags/en.svg
create mode 100644 public/flags/es.svg
create mode 100644 public/flags/fr.svg
create mode 100644 public/flags/it.svg
diff --git a/public/flags/en.svg b/public/flags/en.svg
new file mode 100644
index 0000000..9735dfa
--- /dev/null
+++ b/public/flags/en.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/flags/es.svg b/public/flags/es.svg
new file mode 100644
index 0000000..8e6e4c2
--- /dev/null
+++ b/public/flags/es.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/flags/fr.svg b/public/flags/fr.svg
new file mode 100644
index 0000000..6eb0e18
--- /dev/null
+++ b/public/flags/fr.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/flags/it.svg b/public/flags/it.svg
new file mode 100644
index 0000000..5541378
--- /dev/null
+++ b/public/flags/it.svg
@@ -0,0 +1 @@
+
\ No newline at end of file