Skip to content

Commit

Permalink
fix(ui): discord link on about screen (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rico040 authored May 9, 2024
1 parent 6db5847 commit 8cbe4ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class AboutScreen : Screen {
LinkItem(
icon = R.drawable.ic_discord,
label = R.string.label_discord,
link = "https://discord.gg/2FXjYgWXHb9Q"
link = "https://discord.gg/XjYgWXHb9Q"
)
}
}
Expand Down

0 comments on commit 8cbe4ca

Please sign in to comment.