From cdf1092b5dc6426b676da16fb6fc0ede28d5b633 Mon Sep 17 00:00:00 2001 From: Dmitry Zuikov Date: Sat, 28 Sep 2024 05:51:01 +0300 Subject: [PATCH] wip --- hbs2-git/hbs2-git-dashboard/src/HBS2/Git/Web/Html/Root.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hbs2-git/hbs2-git-dashboard/src/HBS2/Git/Web/Html/Root.hs b/hbs2-git/hbs2-git-dashboard/src/HBS2/Git/Web/Html/Root.hs index 7d90b473..8f5d46aa 100644 --- a/hbs2-git/hbs2-git-dashboard/src/HBS2/Git/Web/Html/Root.hs +++ b/hbs2-git/hbs2-git-dashboard/src/HBS2/Git/Web/Html/Root.hs @@ -331,7 +331,7 @@ rootPage content = do header_ [class_ "container-fluid"] do nav_ do - ul_ $ li_ $ a_ [href_ (toURL RepoListPage)] $ strong_ "hbs2-peer dashboard" + ul_ $ li_ $ a_ [href_ (toURL RepoListPage)] $ strong_ "hbs2-git dashboard" content