diff options
| -rw-r--r-- | public/images/manga.webp | bin | 0 -> 85152 bytes | |||
| -rw-r--r-- | public/images/setup.webp | bin | 40854 -> 0 bytes | |||
| -rw-r--r-- | src/pages/Blog.tsx | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/public/images/manga.webp b/public/images/manga.webp Binary files differnew file mode 100644 index 0000000..dfe52a4 --- /dev/null +++ b/public/images/manga.webp diff --git a/public/images/setup.webp b/public/images/setup.webp Binary files differdeleted file mode 100644 index 3c36775..0000000 --- a/public/images/setup.webp +++ /dev/null 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 } ] |
