re-adding signout

This commit is contained in:
metacryst
2025-10-29 00:11:23 -05:00
parent a61562abfb
commit 6d46875546

View File

@@ -37,6 +37,14 @@ class Home extends Shadow {
.left("3em")
.top("2em")
a("/signout", "Sign Out")
.position("fixed")
.top("2em")
.right("2em")
.background("var(--tan)")
.color("var(--red)")
.borderRadius(5, px)
AppMenu()
img("_/images/divider.svg", "40vw")