mirror of https://github.com/voidlizard/hbs2
make log clickable
This commit is contained in:
parent
912d8f43cb
commit
f4bd830668
|
@ -112,7 +112,7 @@ rootPage content = do
|
|||
|
||||
body_ do
|
||||
header_ do
|
||||
div_ [class_ "header-title"] $ h1_ "hbs2-peer dashboard"
|
||||
div_ [class_ "header-title"] $ h1_ [] $ a_ [href_ "/"] "hbs2-peer dashboard"
|
||||
content
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue