We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a2cb64 commit 1a7543dCopy full SHA for 1a7543d
Web/View/Posts/Index.hs
@@ -7,7 +7,7 @@ instance View IndexView where
7
html IndexView { .. } = [hsx|
8
{breadcrumb}
9
10
- <h1>Index<a href={pathTo NewPostAction} class="btn btn-primary ms-4">+ New</a></h1>
+ <h1>Post Board<a href={pathTo NewPostAction} class="btn btn-primary ms-4">+ New</a></h1>
11
12
<!-- <h1>Hello {currentUser.email}</h1> -->
13
<div class="table-responsive">
0 commit comments