diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte
index e4b10bd..e9ff439 100644
--- a/frontend/src/routes/+layout.svelte
+++ b/frontend/src/routes/+layout.svelte
@@ -32,6 +32,11 @@
+
-
+
Welcome to My Apps Dash. Feel free to look around, if you have any questions just reach out or
ping me on GitHub.
- Visit github.com/ddxv/app-store-dash to read
- the documentation
+ Visit github.com/ddxv/app-store-dash to read the documentation
{#if data}
{#each Object.entries(data) as [title, collection]}
-
{title}
+
{title}
{#each Object.entries(collection) as [appstore, apps]}
-
{appstore}
+
{appstore}
{#each apps as app}
diff --git a/frontend/src/routes/apps/[id]/+page.svelte b/frontend/src/routes/apps/[id]/+page.svelte
index a5e6d10..d9dff6e 100644
--- a/frontend/src/routes/apps/[id]/+page.svelte
+++ b/frontend/src/routes/apps/[id]/+page.svelte
@@ -13,7 +13,7 @@
{/if}
-
{data.myapp.name}
+ {data.myapp.name}
@@ -49,7 +49,7 @@
-
Additional Information
+
Additional Information
Category: {data.myapp.category}
Free: {data.myapp.free}
@@ -67,7 +67,7 @@
First Crawled: {data.myapp.created_at}
-
Additional Information
+
Additional Information