mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-22 07:45:04 +00:00
WHITESPACE removed some hanging spaces
This commit is contained in:
parent
71506bfa87
commit
9524f62fda
2 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ function trigger_download(name, data){
|
||||||
a.remove()
|
a.remove()
|
||||||
}
|
}
|
||||||
|
|
||||||
function App({ getString }) {
|
function App({ getString }) {
|
||||||
const [frameURL, setFrameURL] = useState(null)
|
const [frameURL, setFrameURL] = useState(null)
|
||||||
const [hashtagURL, setHashtagURL] = useState(null)
|
const [hashtagURL, setHashtagURL] = useState(null)
|
||||||
const [originalPhoto, setOriginalPhoto] = useState(null)
|
const [originalPhoto, setOriginalPhoto] = useState(null)
|
||||||
|
|
|
@ -56,7 +56,7 @@ function FrameChooser({onChange}) {
|
||||||
<img alt={frame.name} src={frame_src_path} />
|
<img alt={frame.name} src={frame_src_path} />
|
||||||
</div>
|
</div>
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue