Skip to content

Commit 8c41cac

Browse files
committed
Update App.jsx
- Add heading - Remove colon from the button text
1 parent f4add1a commit 8c41cac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/App.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ const App = () => {
99
<div className="App">
1010
<header className="App-header">
1111
<img src={logo} className="App-logo" alt="logo" />
12-
<p>Hello Vite + React!</p>
12+
<h1>Vite + React</h1>
1313
<p>
1414
<button onClick={() => setCount(count => count + 1)}>
15-
count is: {count}
15+
count is {count}
1616
</button>
1717
</p>
1818
<p>

0 commit comments

Comments
 (0)