diff --git a/src/app.html b/src/app.html
index 53f2bdc..96acfb6 100644
--- a/src/app.html
+++ b/src/app.html
@@ -14,9 +14,10 @@
+
Meteor Client
-
+
%sveltekit.head%
diff --git a/src/lib/components/info.svelte b/src/lib/components/info.svelte
index 33c9ffc..131ae45 100644
--- a/src/lib/components/info.svelte
+++ b/src/lib/components/info.svelte
@@ -28,9 +28,9 @@
Online Players: {prettyNumber(stats.onlinePlayers)}
* Baritone is our fork which was previously included in Meteor itself. If you want the most up to date version, or want help with Baritone go to the official sources .
diff --git a/src/lib/components/navbar.svelte b/src/lib/components/navbar.svelte
index 34129a5..efaca54 100644
--- a/src/lib/components/navbar.svelte
+++ b/src/lib/components/navbar.svelte
@@ -32,7 +32,7 @@
-
+
{#if hamburger}
hamburgerOpen = !hamburgerOpen} use:clickOutside={() => hamburgerOpen = false} class="hamburger hamburger--collapse" class:is-active={hamburgerOpen} type="button">
@@ -44,7 +44,7 @@
{#if !hideProfile}
{#if $user}
-
+
{:else}
Login
@@ -69,7 +69,7 @@
{#if $user}
{$user.username}
-
+
{:else}
Login
diff --git a/src/lib/components/team.svelte b/src/lib/components/team.svelte
index 4f85ac0..728ddcb 100644
--- a/src/lib/components/team.svelte
+++ b/src/lib/components/team.svelte
@@ -4,22 +4,22 @@
-
+
MineGame159
Owner / Head Developer
-
+
seasnail
Developer
diff --git a/src/routes/[404]/+page.svelte b/src/routes/[404]/+page.svelte
index 6012171..b9d5b65 100644
--- a/src/routes/[404]/+page.svelte
+++ b/src/routes/[404]/+page.svelte
@@ -5,7 +5,7 @@
-
+
Page not found
diff --git a/static/empty-profile.webp b/static/empty-profile.webp
new file mode 100644
index 0000000..9dde249
Binary files /dev/null and b/static/empty-profile.webp differ
diff --git a/static/icon.webp b/static/icon.webp
new file mode 100644
index 0000000..617b9d8
Binary files /dev/null and b/static/icon.webp differ
diff --git a/static/minegame.webp b/static/minegame.webp
new file mode 100644
index 0000000..f2b9bce
Binary files /dev/null and b/static/minegame.webp differ
diff --git a/static/seasnail.webp b/static/seasnail.webp
new file mode 100644
index 0000000..613c6ac
Binary files /dev/null and b/static/seasnail.webp differ