From 5fbb1d5393b1b52440c45f8474c00ef236b2f0df Mon Sep 17 00:00:00 2001 From: sergeych Date: Sat, 22 Nov 2025 15:17:12 +0100 Subject: [PATCH] cosmetics --- site/src/jsMain/kotlin/HomePage.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/src/jsMain/kotlin/HomePage.kt b/site/src/jsMain/kotlin/HomePage.kt index ac28953..0e0212c 100644 --- a/site/src/jsMain/kotlin/HomePage.kt +++ b/site/src/jsMain/kotlin/HomePage.kt @@ -53,7 +53,7 @@ fun HomePage() { Text("Start the tutorial") } A(attrs = { - classes("btn", "btn-outline-secondary", "btn-lg") + classes("btn", "btn-outline-info", "btn-lg") attr("href", "#/reference") }) { I({ classes("bi", "bi-journal-text", "me-1") }) @@ -64,7 +64,7 @@ fun HomePage() { // Use the hash path requested by the user: "#tryling" attr("href", "#tryling") }) { - I({ classes("bi", "bi-code-slash", "me-1") }) + I({ classes("bi", "bi-braces", "me-1") }) Text("Try Lyng") } }