docs: license, readme and renaming into Kazbegi

This commit is contained in:
efim
2023-05-06 19:26:50 +04:00
parent db65777780
commit ba58a13e6a
7 changed files with 696 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ object Header {
div(
className := "h-24 w-full flex flex-for justify-center items-center bg-green-200",
p(className := "text-2xl", "Planning Poker Grargh (nonpretty prealpha version)"),
p(className := "text-2xl", "Planning Poker Kazbegi (nonpretty prealpha version)"),
child <-- loggedInSignal.map(if (_) logoutButton else cachedEmpty)
)
}