Skip to content

Commit a51b474

Browse files
committed
update
1 parent b979a88 commit a51b474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/next.js/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default function Home() {
4242
};
4343

4444
if (isUsersFetched && (!users || users.length === 0)) {
45-
return <div className="p-4">No users found. Please run "pnpm db:init" to seed the database.</div>;
45+
return <div className="p-4">No users found. Please run &quot;pnpm db:init&quot; to seed the database.</div>;
4646
}
4747

4848
return (

0 commit comments

Comments
 (0)