Skip to content

Commit cfb8cde

Browse files
committed
Update heading text on users index route for testing purposes
1 parent d48fe29 commit cfb8cde

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)