From 361ec5cf0b9646411858c31e58a744802710a534 Mon Sep 17 00:00:00 2001 From: schererleander Date: Wed, 4 Jun 2025 01:53:01 +0200 Subject: change to webp --- src/pages/Printing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pages/Printing.tsx') diff --git a/src/pages/Printing.tsx b/src/pages/Printing.tsx index 61dbe71..41fa11a 100644 --- a/src/pages/Printing.tsx +++ b/src/pages/Printing.tsx @@ -1,4 +1,4 @@ -import a1Img from "../assets/a1.png"; +import a1Img from "../assets/a1.webp"; import CodeSnippet from "../components/CodeSnippet"; import LinkWithIcon from "../components/LinkWithIcon"; -- cgit v1.3.1