refactor: Change main heading from h1 to h2.
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 10s
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 10s
This commit is contained in:
@@ -69,7 +69,7 @@ function App() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="container">
|
<div className="container">
|
||||||
<h1>Bu resimde ne var?</h1>
|
<h2>Bu resimde ne var?</h2>
|
||||||
|
|
||||||
<div className="upload-section" onClick={() => document.getElementById('fileInput').click()}>
|
<div className="upload-section" onClick={() => document.getElementById('fileInput').click()}>
|
||||||
<input
|
<input
|
||||||
|
|||||||
Reference in New Issue
Block a user