mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
233-Support-Button fix, and col error fix
This commit is contained in:
parent
86ccb27301
commit
b0b237122b
@ -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>
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user