diff --git a/public/index.html b/public/index.html
index 3dac725..a29aa8f 100644
--- a/public/index.html
+++ b/public/index.html
@@ -4,6 +4,7 @@
+
-
+
diff --git a/src/components/Tabs/Home.svelte b/src/components/Tabs/Home.svelte
index 6a99b78..fb22f41 100644
--- a/src/components/Tabs/Home.svelte
+++ b/src/components/Tabs/Home.svelte
@@ -31,21 +31,19 @@
- {#each Object.entries(homeActions) as [homeActionId, homeAction]}
- {#each Array(50).fill(homeAction) as homeActionClone}
-
- {/each}
+ {#each Object.entries(homeActions) as [homeActionId, homeAction] (homeActionId)}
+
{/each}