From 59772e98f09f21a791cd4cd601f8b7e51d7875a8 Mon Sep 17 00:00:00 2001 From: schererleander Date: Sat, 8 Nov 2025 21:47:00 +0100 Subject: change images --- public/images/manga.webp | Bin 0 -> 85152 bytes public/images/setup.webp | Bin 40854 -> 0 bytes src/pages/Blog.tsx | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 public/images/manga.webp delete mode 100644 public/images/setup.webp diff --git a/public/images/manga.webp b/public/images/manga.webp new file mode 100644 index 0000000..dfe52a4 Binary files /dev/null and b/public/images/manga.webp differ diff --git a/public/images/setup.webp b/public/images/setup.webp deleted file mode 100644 index 3c36775..0000000 Binary files a/public/images/setup.webp and /dev/null differ diff --git a/src/pages/Blog.tsx b/src/pages/Blog.tsx index 77549d8..1854f47 100644 --- a/src/pages/Blog.tsx +++ b/src/pages/Blog.tsx @@ -19,7 +19,7 @@ interface Meta { const images =[ { src: "/images/3ds.webp", alt: "Nintendo 3DS", id: 1 }, { src: "/images/esp32.webp", alt: "ESP 32", id: 2 }, - { src: "/images/setup.webp", alt: "Setup", id: 4 }, + { src: "/images/manga.webp", alt: "Manga", id: 4 }, { src: "/images/ocarinaoftime.webp", alt: "Ocarina of Time", id: 6 }, { src: "/images/hellsparadise.webp", alt: "Hells paradise", id: 7 } ] -- cgit v1.3.1