🛠️ Add credit to "Voyager"
* Added credit to "Voyager" for inspiration
This commit is contained in:
parent
f8134607f7
commit
bbbe46f018
1 changed files with 8 additions and 0 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue