Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit fa89b80

Browse files
committed
fix: amend default template
1 parent e4a2d17 commit fa89b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/next/default/src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { WriteContractPrepared } from '../components/WriteContractPrepared'
2020
export default function Page() {
2121
return (
2222
<div>
23-
<h1>wagmi + Vite</h1>
23+
<h1>wagmi + Next.js</h1>
2424
<Connect />
2525
<Connected>
2626
<hr />

0 commit comments

Comments
 (0)