Skip to content

Commit 9dbf3cc

Browse files
committed
Error
1 parent b0c91f2 commit 9dbf3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/welcome/welcome.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export interface Properties {
55
function Welcome({ showCarrot }: Properties): JSX.Element {
66
return (
77
<p>
8-
Welcome to Next.js!
8+
Welcome hello to Next.js! Hello
99
{showCarrot && " 🥕"}
1010
</p>
1111
);

0 commit comments

Comments
 (0)