Rename to Suwayomi-JUI

This commit is contained in:
Syer10
2024-03-30 16:40:26 -04:00
parent 37f9bdaf8d
commit 0a00f74cde
15 changed files with 48 additions and 48 deletions

View File

@@ -237,7 +237,7 @@ enum class Link(
val icon: LinkIcon,
val uri: String,
) {
Github(MR.strings.github, LinkIcon.Resource(MR.images.github), "https://github.com/Suwayomi/Tachidesk-JUI"),
Github(MR.strings.github, LinkIcon.Resource(MR.images.github), "https://github.com/Suwayomi/Suwayomi-JUI"),
Discord(MR.strings.discord, LinkIcon.Resource(MR.images.discord), "https://discord.gg/DDZdqZWaHA"),
Reddit(MR.strings.reddit, LinkIcon.Resource(MR.images.reddit), "https://reddit.com/r/Tachidesk/"),
}