diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz
index 15ae0cd..8443399 100644
Binary files a/.yarn/install-state.gz and b/.yarn/install-state.gz differ
diff --git a/build_number b/build_number
index 1e8b314..45a4fb7 100644
--- a/build_number
+++ b/build_number
@@ -1 +1 @@
-6
+8
diff --git a/components/NavBar.vue b/components/NavBar.vue
new file mode 100644
index 0000000..eb4aa39
--- /dev/null
+++ b/components/NavBar.vue
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/index.vue b/pages/index.vue
index 44da15e..e221162 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1,7 +1,3 @@
-
-
Vänner Bästa
@@ -32,3 +28,7 @@ import '@/assets/styles/index.scss';
+
+
diff --git a/pages/utilities/birthdays.vue b/pages/utilities/birthdays.vue
index 5ad3e53..5a9e2c6 100644
--- a/pages/utilities/birthdays.vue
+++ b/pages/utilities/birthdays.vue
@@ -1,7 +1,42 @@
-
-
Birthdays
-
Discord bots are changing. This means that we can no longer provide you with the command to set your birthday. Instead, this page now gives you your timezone for use with Discord bots.
-
Your timezone: {{ Intl.DateTimeFormat().resolvedOptions().timeZone }}
-
-
\ No newline at end of file
+
+
+
Birthdays
+
+ Discord bots are changing.
+ This means that we can no longer provide you with the command to set
+ your birthday.
+ Instead, this page now gives you your timezone for use with Discord
+ bots.
+
+
+ Your timezone:
+ {{ Intl.DateTimeFormat().resolvedOptions().timeZone }}
+
+
+
+
+
diff --git a/pages/utilities/index.vue b/pages/utilities/index.vue
index b43608b..9cc2639 100644
--- a/pages/utilities/index.vue
+++ b/pages/utilities/index.vue
@@ -1,9 +1,25 @@
+
Utilities for the Discord Server
-
+
+
+
diff --git a/public/icons/arrow-left.svg b/public/icons/arrow-left.svg
new file mode 100644
index 0000000..a5058fc
--- /dev/null
+++ b/public/icons/arrow-left.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/public/icons/home.svg b/public/icons/home.svg
new file mode 100644
index 0000000..7bb31b2
--- /dev/null
+++ b/public/icons/home.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/tsconfig.json b/tsconfig.json
index d9f108b..aa13969 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,10 +1,7 @@
{
- // https://v3.nuxtjs.org/concepts/typescript
- "extends": "./.nuxt/tsconfig.json",
- "compilerOptions": {
- "types": [
- "@nuxt/types",
- "@nuxtjs/i18n",
- ]
- }
+ // https://v3.nuxtjs.org/concepts/typescript
+ "extends": "./.nuxt/tsconfig.json",
+ "compilerOptions": {
+ "types": ["@nuxt/types", "@nuxtjs/i18n"]
+ }
}