Skip to content

Commit dd09d80

Browse files
committed
feat(footer): Update project link from Pokestore to PokeCards-Collector.
1 parent 87cf098 commit dd09d80

File tree

1 file changed

+1
-1
lines changed
  • src/jsMain/kotlin/io/github/ayfri/components

1 file changed

+1
-1
lines changed

src/jsMain/kotlin/io/github/ayfri/components/Footer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ data class ProjectLink(val name: String, val url: String)
3737
val projectLinks = listOf(
3838
ProjectLink("Kore", "https://kore.ayfri.com"),
3939
ProjectLink("Atom Clicker", "https://atom-clicker.ayfri.com"),
40-
ProjectLink("Pokestore", "https://pokestore.ayfri.com"),
40+
ProjectLink("PokeCards-Collector", "https://pokecards-collector.ayfri.com"),
4141
ProjectLink("Cursors Draw", "https://cursors.draw.ayfri.com"),
4242
ProjectLink("Realtime TodoList", "https://realtime-todolist.pages.dev"),
4343
ProjectLink("GPT Images", "https://gpt-images.ayfri.com"),

0 commit comments

Comments
 (0)