diff --git a/src/lib/components/BackToTop.svelte b/src/lib/components/BackToTop.svelte index 4a20ab2..96cc601 100644 --- a/src/lib/components/BackToTop.svelte +++ b/src/lib/components/BackToTop.svelte @@ -23,7 +23,7 @@ {#if showButton} -
+
{/if} diff --git a/src/lib/components/LoadingBar.svelte b/src/lib/components/LoadingBar.svelte new file mode 100644 index 0000000..a299fd3 --- /dev/null +++ b/src/lib/components/LoadingBar.svelte @@ -0,0 +1,38 @@ + + +{#if !hidden} +
+ +
+ +
+{/if} diff --git a/src/lib/components/Navbar/Navbar.svelte b/src/lib/components/Navbar/Navbar.svelte index e142629..4513aff 100644 --- a/src/lib/components/Navbar/Navbar.svelte +++ b/src/lib/components/Navbar/Navbar.svelte @@ -26,7 +26,7 @@ }); -