mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-22 07:45:04 +00:00
indetion
This commit is contained in:
parent
2a792ab426
commit
b75188b3f4
1 changed files with 23 additions and 23 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue