From c68d95ae265e25f9396338b3d53637cc13c60dff Mon Sep 17 00:00:00 2001 From: TheSaminator Date: Sun, 13 Feb 2022 10:14:38 -0500 Subject: [PATCH] Add space that I forgot --- src/jvmMain/kotlin/starshipfights/info/views_main.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jvmMain/kotlin/starshipfights/info/views_main.kt b/src/jvmMain/kotlin/starshipfights/info/views_main.kt index a4c5803..05a1fda 100644 --- a/src/jvmMain/kotlin/starshipfights/info/views_main.kt +++ b/src/jvmMain/kotlin/starshipfights/info/views_main.kt @@ -75,7 +75,7 @@ suspend fun ApplicationCall.aboutPage(): HTML.() -> Unit { dd { +"This is kept so that you have the option of showing what your Discord account is on your profile page. It's optional to display to other users, with the choice being in the " a(href = "/me/manage") { +"User Preferences" } - +"page. Note that we do " + +" page. Note that we do " strong { +"not" } +" request or track email addresses." } -- 2.25.1