From 0150c199b07e1cbc95eff1cb9d0babe61f83621d Mon Sep 17 00:00:00 2001 From: Salim Djerbouh <13698160+CaddyDz@users.noreply.github.com> Date: Tue, 4 Jul 2023 12:42:34 +0100 Subject: [PATCH] Cleanup Signed-off-by: Salim Djerbouh <13698160+CaddyDz@users.noreply.github.com> --- frontend/.env.example | 4 ++-- frontend/components/layout/AppBarComponent.vue | 2 -- frontend/layouts/default.vue | 17 +++-------------- frontend/vuetify.options.js | 3 --- 4 files changed, 5 insertions(+), 21 deletions(-) diff --git a/frontend/.env.example b/frontend/.env.example index 3fee5151..5776ae68 100644 --- a/frontend/.env.example +++ b/frontend/.env.example @@ -1,5 +1,5 @@ -HOST_URL=https://dashboard.eloboost.app +HOST_URL=https://kingboosting.dsalim.dev ALGOLIA_KEY= STRIPE_KEY= -SENTRY_DISABLED=false +SENTRY_DISABLED=true SENTRY_DSN= diff --git a/frontend/components/layout/AppBarComponent.vue b/frontend/components/layout/AppBarComponent.vue index 930ffea8..472ee51e 100644 --- a/frontend/components/layout/AppBarComponent.vue +++ b/frontend/components/layout/AppBarComponent.vue @@ -38,8 +38,6 @@ export default { links: [ { title: "Elo Boosting", url: "division-boosting" }, { title: "Coaching", url: "coaching" }, - { title: "Account Market", url: "lol-accounts" }, - { title: "More", url: "" }, ], dialog: false, register: false, diff --git a/frontend/layouts/default.vue b/frontend/layouts/default.vue index b89c3ac5..906b3c15 100644 --- a/frontend/layouts/default.vue +++ b/frontend/layouts/default.vue @@ -3,18 +3,11 @@ - {{ social.icon }} + {{ social.icon }} - mdi-cellphone-iphone - Mobile Pay - - - Contact - - - Loyalty Program + Contact Logout @@ -46,11 +39,7 @@ export default { }, { icon: "mdi-twitter", - link: "https://twitter.com/kingboosting", - }, - { - icon: "mdi-skype", - link: "skype:", + link: "https://twitter.com/KingBoostingCom", }, ], }), diff --git a/frontend/vuetify.options.js b/frontend/vuetify.options.js index 052dadec..fcf2cae6 100644 --- a/frontend/vuetify.options.js +++ b/frontend/vuetify.options.js @@ -1,9 +1,6 @@ import colors from 'vuetify/es5/util/colors' export default { - breakpoint: {}, - icons: {}, - lang: {}, rtl: false, theme: { dark: true,