Skip to content

Commit b77b7cf

Browse files
committed
Test fail
1 parent 325a749 commit b77b7cf

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 to Next.js! yes
99
{showCarrot && " 🥕"}
1010
</p>
1111
);

0 commit comments

Comments
 (0)