Skip to content

Commit 1a7543d

Browse files
committed
updated index view
1 parent 2a2cb64 commit 1a7543d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Web/View/Posts/Index.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ instance View IndexView where
77
html IndexView { .. } = [hsx|
88
{breadcrumb}
99

10-
<h1>Index<a href={pathTo NewPostAction} class="btn btn-primary ms-4">+ New</a></h1>
10+
<h1>Post Board<a href={pathTo NewPostAction} class="btn btn-primary ms-4">+ New</a></h1>
1111

1212
<!-- <h1>Hello {currentUser.email}</h1> -->
1313
<div class="table-responsive">

0 commit comments

Comments
 (0)