From ac94ab08efe4d954ab33ff124c627a9d94e5c9f9 Mon Sep 17 00:00:00 2001 From: Front <27463495+Frontesque@users.noreply.github.com> Date: Mon, 24 Jan 2022 21:45:23 -0500 Subject: [PATCH] rework ui stuff --- NUXT/components/NuxtLogo.vue | 11 ------- NUXT/components/Tutorial.vue | 52 -------------------------------- NUXT/components/VuetifyLogo.vue | 22 -------------- NUXT/layouts/default - Copy.vue | 29 ------------------ NUXT/layouts/default.vue | 17 ++++++++--- NUXT/nuxt.config.js | 34 +++++++-------------- NUXT/static/favicon.ico | Bin 8636 -> 0 bytes NUXT/static/icon.png | Bin 0 -> 174112 bytes NUXT/static/icon.svg | 12 ++++++++ NUXT/static/icon_dark.png | Bin 0 -> 194246 bytes NUXT/static/v.png | Bin 5674 -> 0 bytes NUXT/static/vuetify-logo.svg | 1 - 12 files changed, 35 insertions(+), 143 deletions(-) delete mode 100644 NUXT/components/NuxtLogo.vue delete mode 100644 NUXT/components/Tutorial.vue delete mode 100644 NUXT/components/VuetifyLogo.vue delete mode 100644 NUXT/layouts/default - Copy.vue delete mode 100644 NUXT/static/favicon.ico create mode 100644 NUXT/static/icon.png create mode 100644 NUXT/static/icon.svg create mode 100644 NUXT/static/icon_dark.png delete mode 100644 NUXT/static/v.png delete mode 100644 NUXT/static/vuetify-logo.svg diff --git a/NUXT/components/NuxtLogo.vue b/NUXT/components/NuxtLogo.vue deleted file mode 100644 index 970eba0..0000000 --- a/NUXT/components/NuxtLogo.vue +++ /dev/null @@ -1,11 +0,0 @@ - - - diff --git a/NUXT/components/Tutorial.vue b/NUXT/components/Tutorial.vue deleted file mode 100644 index 20d87f4..0000000 --- a/NUXT/components/Tutorial.vue +++ /dev/null @@ -1,52 +0,0 @@ - - - - diff --git a/NUXT/components/VuetifyLogo.vue b/NUXT/components/VuetifyLogo.vue deleted file mode 100644 index eba45c5..0000000 --- a/NUXT/components/VuetifyLogo.vue +++ /dev/null @@ -1,22 +0,0 @@ - - - diff --git a/NUXT/layouts/default - Copy.vue b/NUXT/layouts/default - Copy.vue deleted file mode 100644 index 096915a..0000000 --- a/NUXT/layouts/default - Copy.vue +++ /dev/null @@ -1,29 +0,0 @@ - - - diff --git a/NUXT/layouts/default.vue b/NUXT/layouts/default.vue index c8bdfcf..6e4ccf3 100644 --- a/NUXT/layouts/default.vue +++ b/NUXT/layouts/default.vue @@ -1,8 +1,10 @@