refactor: Change main heading from h1 to h2.
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 10s

This commit is contained in:
almazlar
2026-02-09 00:54:41 +03:00
parent 3b5f5a6036
commit d63a941d14

View File

@@ -69,7 +69,7 @@ function App() {
return (
<div className="container">
<h1>Bu resimde ne var?</h1>
<h2>Bu resimde ne var?</h2>
<div className="upload-section" onClick={() => document.getElementById('fileInput').click()}>
<input