We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77b7cf commit f8f16ddCopy full SHA for f8f16dd
src/components/welcome/welcome.tsx
@@ -5,7 +5,7 @@ export interface Properties {
5
function Welcome({ showCarrot }: Properties): JSX.Element {
6
return (
7
<p>
8
- Welcome to Next.js! yes
+ Welcome to Next.js!
9
{showCarrot && " 🥕"}
10
</p>
11
);
0 commit comments