aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/PasteInfo.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/PasteInfo.js')
-rw-r--r--frontend/src/components/PasteInfo.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/frontend/src/components/PasteInfo.js b/frontend/src/components/PasteInfo.js
index cb48b20..25afbc9 100644
--- a/frontend/src/components/PasteInfo.js
+++ b/frontend/src/components/PasteInfo.js
@@ -2,7 +2,6 @@ import React from 'react';
import styled from 'styled-components'
import { useHistory } from 'react-router-dom';
import { Theme } from './Inputs'
-import { exportComponentAsPNG } from "react-component-export-image";
import {Button} from "./Common/Button";
const Bold = styled.span`
@@ -58,12 +57,6 @@ const PasteInfo = (props) => {
onClick={redirRaw}>
view raw
</ShiftedButton>
- <ShiftedButton
- secondary
- type="button"
- onClick={() => exportComponentAsPNG(props.compref, `paste-${props.hash}.png`)}>
- save png
- </ShiftedButton>
{renderable()}
<Theme
value={props.theme}