diff --git a/web/src/lib/components/Footer.svelte b/web/src/lib/components/Footer.svelte index 8dc5bb3..96e1f59 100644 --- a/web/src/lib/components/Footer.svelte +++ b/web/src/lib/components/Footer.svelte @@ -1,12 +1,12 @@ +

-
-
+
+
logo @@ -15,27 +15,33 @@
All rights reserved
-
-
Product
- Donate - Features - Download - Changelog +
+
+
Product
+ Donate + Features + Download + Changelog +
-
-
Resources
- FAQ - Contact - Terms of use - Privacy policy +
+
+
Resources
+ FAQ + Contact + Terms of use + Privacy policy +
-
-
Social
- - +
+
+
Social
+ + +
-
+
This site or it's servers do not store, hosts or distribute any copyrighted files or media.
diff --git a/web/src/routes/+page.svelte b/web/src/routes/+page.svelte index 0771798..51ae5e7 100644 --- a/web/src/routes/+page.svelte +++ b/web/src/routes/+page.svelte @@ -24,8 +24,8 @@
-
-

+
+

Torrenting made simple.

@@ -50,7 +50,7 @@

-
+
@@ -70,7 +70,7 @@

-
+
@@ -88,7 +88,7 @@

-
+
@@ -109,8 +109,8 @@

-
-

+
+

Loved by thousands.

diff --git a/web/src/routes/changelog/+page.svelte b/web/src/routes/changelog/+page.svelte index aa34004..b6f1634 100644 --- a/web/src/routes/changelog/+page.svelte +++ b/web/src/routes/changelog/+page.svelte @@ -4,71 +4,73 @@
-
-
-
-

Changelog

-
New updates and improvements to Miru.
+
+
+
+
+

Changelog

+
New updates and improvements to Miru.
+
+ {#await data.releases} + {#each Array(5) as _} +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {/each} + {:then changelog} + {#each changelog as { version, date, body }} +
+
+
+
+ {new Date(date).toLocaleDateString('en-US', { month: 'short', day: 'numeric', year: 'numeric' })} +
+
+
+

{version}

{body.replaceAll('- ', '')}
+
+ {/each} + {:catch} + {#each Array(5) as _} +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {/each} + {/await}
- {#await data.releases} - {#each Array(5) as _} -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {/each} - {:then changelog} - {#each changelog as { version, date, body }} -
-
-
-
- {new Date(date).toLocaleDateString('en-US', { month: 'short', day: 'numeric', year: 'numeric' })} -
-
-
-

{version}

{body.replaceAll('- ', '')}
-
- {/each} - {:catch} - {#each Array(5) as _} -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {/each} - {/await}