233-Support-Button fix, and col error fix

This commit is contained in:
ogerly 2021-05-07 10:01:40 +02:00
parent 86ccb27301
commit b0b237122b
2 changed files with 13 additions and 2 deletions

View File

@ -39,6 +39,17 @@
>
{{ $t('whitepaper') }}
</b-nav-item>
<b-nav-item
:href="
$i18n.locale === 'de'
? 'https://gradido.net/de/contact/'
: 'https://gradido.net/en/contact/'
"
target="_blank"
icon="life-preserver"
>
{{ $t('site.navbar.support') }}
</b-nav-item>
</b-nav>
</b-col>
</b-row>

View File

@ -1,7 +1,7 @@
<template>
<div>
<b-row>
<b-col col="6">
<b-col>
<stats-card
type="gradient-red"
sub-title="balance_gdd"
@ -11,7 +11,7 @@
{{ $n(balance) }} GDD
</stats-card>
</b-col>
<b-col col="6">
<b-col>
<stats-card
type="gradient-orange"
sub-title="balance_gdt"