Skip to content

Commit f8f16dd

Browse files
committed
Test
1 parent b77b7cf commit f8f16dd

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

0 commit comments

Comments
 (0)