Skip to content

Commit 0a0a017

Browse files
Fix v7
1 parent 1bade0b commit 0a0a017

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ import './index.css'
55

66
ReactDOM.createRoot(document.getElementById('root')).render(
77
<React.StrictMode>
8-
<App />
8+
<div style={{ color: 'white', padding: '20px', fontSize: '24px' }}>
9+
<h1>React is Running!</h1>
10+
<p>If you see this, the build and deployment are working.</p>
11+
</div>
912
</React.StrictMode>,
1013
)

0 commit comments

Comments
 (0)