🛠️ Add credit to "Voyager"

* Added credit to "Voyager" for inspiration
This commit is contained in:
Acclorite 2024-12-27 15:22:24 +02:00
parent f8134607f7
commit bbbe46f018

View file

@ -24,6 +24,14 @@ fun Constants.provideCredits() = listOf(
), ),
website = "https://www.github.com/Drumber/Kitsune" website = "https://www.github.com/Drumber/Kitsune"
), ),
Credit(
name = "Voyager",
source = "Voyager website",
credits = listOf(
UIText.StringResource(R.string.credits_ideas)
),
website = "https://voyager.adriel.cafe/"
),
Credit( Credit(
name = "Material Design Icons", name = "Material Design Icons",
source = "Google Fonts", source = "Google Fonts",