Skip to content

Commit df1ee6d

Browse files
committed
Update heading text on users page to include "Test" for verification purposes
1 parent ee739f3 commit df1ee6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/users/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default function UsersRoute({ loaderData }: Route.ComponentProps) {
2727

2828
return (
2929
<div className="container mt-36 mb-48 flex flex-col items-center justify-center gap-6">
30-
<h1 className="text-h1">Epic Notes Users</h1>
30+
<h1 className="text-h1">Epic Notes Users Test</h1>
3131
<div className="w-full max-w-[700px]">
3232
<SearchBar status={loaderData.status} autoFocus autoSubmit />
3333
</div>

0 commit comments

Comments
 (0)