diff options
| author | Ryan Mehri <[email protected]> | 2020-05-22 09:31:56 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-05-22 09:31:56 -0600 |
| commit | c81d221ae56f1ee731f1b8a0ef4b8842d3217dbd (patch) | |
| tree | be7dfd0ac2abaa0c37e484f9e10485ecb092203a /frontend/src/components/PasteInfo.js | |
| parent | Merge pull request #28 from jackyzha0/save-png (diff) | |
| parent | fix weird dropshadow on png expoert (diff) | |
| download | ctrl-v-c81d221ae56f1ee731f1b8a0ef4b8842d3217dbd.tar.xz ctrl-v-c81d221ae56f1ee731f1b8a0ef4b8842d3217dbd.zip | |
Merge pull request #29 from jackyzha0/order-langs
order langs and fix export bug
Diffstat (limited to 'frontend/src/components/PasteInfo.js')
| -rw-r--r-- | frontend/src/components/PasteInfo.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/PasteInfo.js b/frontend/src/components/PasteInfo.js index b63eedb..28141ac 100644 --- a/frontend/src/components/PasteInfo.js +++ b/frontend/src/components/PasteInfo.js @@ -71,7 +71,7 @@ const PasteInfo = (props) => { type="button" onClick={() => exportComponentAsJPEG(props.compref, `paste-${props.hash}.png`)} > - save + save png </Button> {renderable()} <ThemeInput |