From 1b62a7f6371f3e402ca3bc65f40e2ca5656b26fd Mon Sep 17 00:00:00 2001 From: Jonas Braathen Date: Wed, 14 Aug 2024 22:53:44 +0200 Subject: [PATCH] fix invalid dom properties in svgs --- web/src/components/general/Icon.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/web/src/components/general/Icon.tsx b/web/src/components/general/Icon.tsx index 4258ef3..603a5af 100644 --- a/web/src/components/general/Icon.tsx +++ b/web/src/components/general/Icon.tsx @@ -72,7 +72,7 @@ export function Icon ({ {type === "facebook" && ( - + )} {type === "flickr" && ( @@ -166,7 +166,7 @@ export function DecorativeIcon ({ - + )} {type === "bottle" && ( @@ -174,7 +174,7 @@ export function DecorativeIcon ({ - + )} {type === "lostProperty" && ( @@ -191,7 +191,7 @@ export function DecorativeIcon ({ - + )} {type === "pigsty" && ( @@ -216,10 +216,10 @@ export function DecorativeIcon ({ - + - + )} {type === "wheelchair" && ( @@ -240,7 +240,7 @@ export function DecorativeIcon ({ - + )} {type === "clock" && ( @@ -268,7 +268,7 @@ export function DecorativeIcon ({ - + )} {type === "parking" && ( @@ -280,7 +280,7 @@ export function DecorativeIcon ({ - + )} {type === "coins" && ( @@ -295,7 +295,7 @@ export function DecorativeIcon ({ - + @@ -310,7 +310,7 @@ export function DecorativeIcon ({ - + )} );