Fix credits
All checks were successful
Deploy Spot / deploy (push) Successful in 34s

This commit is contained in:
2026-05-26 00:24:05 +02:00
parent 7cad5fbdf9
commit a3d217bbdd
4 changed files with 12 additions and 9 deletions

View File

@@ -122,9 +122,9 @@ export default {
</div>
</Simplebar>
</div>
<div class="settings-footer settings-box">
<div class="settings-footer">
<a href="https://git.lutran.fr/franzz/spot" :title="lang.get('credits.git')" target="_blank" rel="noopener">
<SpotIcon :icon="'credits'" :text="lang.get('credits.project', consts.title)" />
<SpotIcon :icon="'credits'" width="auto" :text="lang.get('credits.project', consts.title)" />
</a>
<span>&nbsp;{{ lang.get('credits.license') }}</span>
</div>