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 ({
-
+
)}
);