diff --git a/website/src/components/home/Cleanup.astro b/website/src/components/home/Cleanup.astro
index 622e99bb2..88dd21373 100644
--- a/website/src/components/home/Cleanup.astro
+++ b/website/src/components/home/Cleanup.astro
@@ -105,23 +105,20 @@ const icons = [
⇄Swipe, or use the arrows
-
-
+
+
What each one means
+
{
polish.guards.map((guard) => (
-
+
<>
- {guard.name}
+
+ {guard.name}
+
+
{guard.note}
>
-
+
))
}
diff --git a/website/src/components/home/CompatibleApps.astro b/website/src/components/home/CompatibleApps.astro
index bc33e17c7..a732af412 100644
--- a/website/src/components/home/CompatibleApps.astro
+++ b/website/src/components/home/CompatibleApps.astro
@@ -3,7 +3,9 @@ import apps from '../../data/home/compatibleApps.json';
---