From e994ed4232f58e38d913856fc693bb31dec05675 Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Mon, 25 May 2020 22:18:29 -0700 Subject: fix bad fb redirect --- frontend/src/components/modals/PasteModal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/components') diff --git a/frontend/src/components/modals/PasteModal.js b/frontend/src/components/modals/PasteModal.js index 48ea372..eeff91b 100644 --- a/frontend/src/components/modals/PasteModal.js +++ b/frontend/src/components/modals/PasteModal.js @@ -18,7 +18,7 @@ const modalStyles = { const PasteModal = (props) => { const history = useHistory(); - const fullURL = `${window.location.href}${props.hash}`; + const fullURL = `https://ctrl-v.app${props.hash}`; const clipboard = useClipboard({ copiedTimeout: 3000 }); Modal.setAppElement('body'); -- cgit v1.2.3