mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-22 07:45:04 +00:00
added alt text
This commit is contained in:
parent
03a01cc77f
commit
164e9ba50f
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ function App() {
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="App">
|
<div className="App">
|
||||||
<img src={HeaderImage} className="HeaderImage" />
|
<img src={HeaderImage} className="HeaderImage" alt="Volt Logo" />
|
||||||
|
|
||||||
<h2>Choose your Photo:</h2>
|
<h2>Choose your Photo:</h2>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue