Change main-page sidebar again
authorTheSaminator <TheSaminator@users.noreply.github.com>
Fri, 11 Mar 2022 22:37:25 +0000 (17:37 -0500)
committerTheSaminator <TheSaminator@users.noreply.github.com>
Fri, 11 Mar 2022 22:37:25 +0000 (17:37 -0500)
src/jvmMain/kotlin/starshipfights/info/view_bar.kt

index a66324dc8b20a4987031e7668f5ef163be7622cc..50ce592b64f5a0104629f82cbf77fc5c8d123db7 100644 (file)
@@ -18,7 +18,8 @@ data class IndexSidebar(val madeBy: User) : Sidebar() {
        override fun ASIDE.display() {
                p {
                        style = "text-align:center"
-                       +"Starship Fights is made by"
+                       +"Starship Fights is made by "
+                       a(href = "/user/${madeBy.id}") { +madeBy.profileName }
                }
                img(src = madeBy.discordAvatarUrl) {
                        style = "border-radius:50%"