diff options
| author | jackyzha0 <[email protected]> | 2020-05-21 23:44:49 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2020-05-21 23:44:49 -0700 |
| commit | f8dbed3496d10031dee750da08ff26b93d027440 (patch) | |
| tree | fcd78f2f5f14f62f2f687a47a107b826b10f57ff /frontend/src/components/PasteInfo.js | |
| parent | Merge pull request #28 from jackyzha0/save-png (diff) | |
| download | ctrl-v-f8dbed3496d10031dee750da08ff26b93d027440.tar.xz ctrl-v-f8dbed3496d10031dee750da08ff26b93d027440.zip | |
order languages alphabetically
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 |