We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87cf098 commit dd09d80Copy full SHA for dd09d80
src/jsMain/kotlin/io/github/ayfri/components/Footer.kt
@@ -37,7 +37,7 @@ data class ProjectLink(val name: String, val url: String)
37
val projectLinks = listOf(
38
ProjectLink("Kore", "https://kore.ayfri.com"),
39
ProjectLink("Atom Clicker", "https://atom-clicker.ayfri.com"),
40
- ProjectLink("Pokestore", "https://pokestore.ayfri.com"),
+ ProjectLink("PokeCards-Collector", "https://pokecards-collector.ayfri.com"),
41
ProjectLink("Cursors Draw", "https://cursors.draw.ayfri.com"),
42
ProjectLink("Realtime TodoList", "https://realtime-todolist.pages.dev"),
43
ProjectLink("GPT Images", "https://gpt-images.ayfri.com"),
0 commit comments