fix: actually fixed under construction image

This commit is contained in:
Rushil Umaretiya 2021-02-20 12:22:30 -05:00
parent f75f48bb07
commit 439a7fef61
No known key found for this signature in database
GPG Key ID: 4E8FAF9C926AF959

View File

@ -6,7 +6,7 @@ function App() {
<div className="App">
<h1>Shaanta Inc's site is currently under development.</h1>
<h3>Please enjoy this image in the meantime:</h3>
<img src="{family}" />
<img src={family} alt="nice family"/>
</div>
);
}