1
0
Fork 0
mirror of https://github.com/voltbonn/profile-picture-generator.git synced 2024-12-22 07:45:04 +00:00
This commit is contained in:
thomasrosen 2021-01-21 22:13:04 +01:00
parent 2a792ab426
commit b75188b3f4

View file

@ -83,7 +83,7 @@ function App() {
return (
return (
<div className="App" {...getRootProps()}>
<img src={HeaderImage} className="HeaderImage" alt="Volt Logo" />
@ -106,7 +106,7 @@ return (
<img src={combinedImage} className="FinishedFrame" alt="Finished Frame" />
<button onClick={() => download(combinedImage, "volt-profile-picture.png", "image/png")}>Download Profile Picture</button>
</div>
)
)
}
export default App;