Skip to content

Commit

Permalink
Cleanup (#464)
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Djerbouh <13698160+CaddyDz@users.noreply.github.com>
  • Loading branch information
CaddyDz authored Jul 4, 2023
1 parent f8dd665 commit 318aeb0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 21 deletions.
4 changes: 2 additions & 2 deletions frontend/.env.example
Original file line number Diff line number Diff line change
@@ -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=
2 changes: 0 additions & 2 deletions frontend/components/layout/AppBarComponent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
17 changes: 3 additions & 14 deletions frontend/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,11 @@
<notification-component></notification-component>
<v-system-bar lights-out app height="20">
<a v-for="(social, index) in socials" :key="index" :href="social.link" target="_blank" rel="noopener">
<v-icon color="white">{{ social.icon }}</v-icon>
<v-icon color="white" size="x-large">{{ social.icon }}</v-icon>
</a>
<v-spacer></v-spacer>
<span>
<v-icon color="white">mdi-cellphone-iphone</v-icon>
<a href="/pay-with-mobile">Mobile Pay</a>
</span>
<span>
<a href="/contact">Contact</a>
</span>
<span>
<a href="/loyalty-program">Loyalty Program</a>
<nuxt-link to="/contact">Contact</nuxt-link>
</span>
<span v-if="this.$auth.loggedIn">
<v-btn @click="logout">Logout</v-btn>
Expand Down Expand Up @@ -46,11 +39,7 @@ export default {
},
{
icon: "mdi-twitter",
link: "https://twitter.com/kingboosting",
},
{
icon: "mdi-skype",
link: "skype:",
link: "https://twitter.com/KingBoostingCom",
},
],
}),
Expand Down
3 changes: 0 additions & 3 deletions frontend/vuetify.options.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import colors from 'vuetify/es5/util/colors'

export default {
breakpoint: {},
icons: {},
lang: {},
rtl: false,
theme: {
dark: true,
Expand Down

0 comments on commit 318aeb0

Please sign in to comment.