mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Apply suggestions from code review
Co-Authored-By: Robert Schäfer <git@roschaefer.de>
This commit is contained in:
parent
8b5cd48d3c
commit
63d223e368
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="donation-info">
|
<div class="donation-info">
|
||||||
<progress-bar :title="title" :label="label" :goal="goal" :progress="progress" />
|
<progress-bar :title="title" :label="label" :goal="goal" :progress="progress" />
|
||||||
<a href="https://human-connection.org/spenden/">
|
<a target="_blank" href="https://human-connection.org/spenden/">
|
||||||
<ds-button primary>{{ $t('donations.donate-now') }}</ds-button>
|
<ds-button primary>{{ $t('donations.donate-now') }}</ds-button>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user