cosmetics
This commit is contained in:
parent
9a4131ee3d
commit
5fbb1d5393
@ -53,7 +53,7 @@ fun HomePage() {
|
|||||||
Text("Start the tutorial")
|
Text("Start the tutorial")
|
||||||
}
|
}
|
||||||
A(attrs = {
|
A(attrs = {
|
||||||
classes("btn", "btn-outline-secondary", "btn-lg")
|
classes("btn", "btn-outline-info", "btn-lg")
|
||||||
attr("href", "#/reference")
|
attr("href", "#/reference")
|
||||||
}) {
|
}) {
|
||||||
I({ classes("bi", "bi-journal-text", "me-1") })
|
I({ classes("bi", "bi-journal-text", "me-1") })
|
||||||
@ -64,7 +64,7 @@ fun HomePage() {
|
|||||||
// Use the hash path requested by the user: "#tryling"
|
// Use the hash path requested by the user: "#tryling"
|
||||||
attr("href", "#tryling")
|
attr("href", "#tryling")
|
||||||
}) {
|
}) {
|
||||||
I({ classes("bi", "bi-code-slash", "me-1") })
|
I({ classes("bi", "bi-braces", "me-1") })
|
||||||
Text("Try Lyng")
|
Text("Try Lyng")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user