Skip to content

Commit

Permalink
fix(web-ui): broken url (#3238)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Sep 29, 2024
1 parent b01ba38 commit ec506bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_assets/common/assets/web/ResourceCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{{ $t('resource_card.lizardbyte_website') }}</a>
<a class="btn btn-primary m-1" href="https://app.lizardbyte.dev/discord" target="_blank">
<i class="fab fa-fw fa-discord"></i> Discord</a>
<a class="btn btn-secondary m-1" href="https://github.com/LizardByte/Sunshine/discussions" target="_blank">
<a class="btn btn-secondary m-1" href="https://github.com/orgs/LizardByte/discussions" target="_blank">
<i class="fab fa-fw fa-github"></i> {{ $t('resource_card.github_discussions') }}</a>
</div>
</div>
Expand Down

0 comments on commit ec506bb

Please sign in to comment.