chore: added links to other external tools; changed design of the donation button

This commit is contained in:
2025-05-02 02:36:19 +02:00
parent c30c2206ce
commit f73c3f4aec
7 changed files with 160 additions and 44 deletions
+5 -1
View File
@@ -8,7 +8,7 @@
<button class="filter-button btn--filled btn--image" @click="toggleDropdown" ref="button">
<img src="/images/icon-stats.svg" alt="Open filters icon" />
{{ $t('station-stats.stats-button') }}
<span>{{ $t('station-stats.stats-button') }}</span>
</button>
<transition name="dropdown-anim">
@@ -282,5 +282,9 @@ h1.stats-title img {
h1.stats-title {
text-align: center;
}
.filter-button > span {
display: none;
}
}
</style>