diff options
| author | jackyzha0 <[email protected]> | 2021-03-06 17:15:36 -0800 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2021-03-06 17:15:36 -0800 |
| commit | 88632ba487e6057f4bee7dba0a197fcc8f75aca8 (patch) | |
| tree | 5069bad18b4c40a10d980e14e689e59fa5c246f5 | |
| parent | fix button dropdown height (diff) | |
| download | ctrl-v-88632ba487e6057f4bee7dba0a197fcc8f75aca8.tar.xz ctrl-v-88632ba487e6057f4bee7dba0a197fcc8f75aca8.zip | |
revert paste info span
| -rw-r--r-- | frontend/src/components/PasteInfo.js | 2 | ||||
| -rw-r--r-- | frontend/src/components/hooks/useFetchPaste.js | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/frontend/src/components/PasteInfo.js b/frontend/src/components/PasteInfo.js index 25afbc9..6ab5b19 100644 --- a/frontend/src/components/PasteInfo.js +++ b/frontend/src/components/PasteInfo.js @@ -17,7 +17,7 @@ const ShiftedButton = styled(Button)` margin-top: 1.6em !important; ` -const SpacedText = styled.p` +const SpacedText = styled.span` margin-right: 1em; ` diff --git a/frontend/src/components/hooks/useFetchPaste.js b/frontend/src/components/hooks/useFetchPaste.js index e69de29..a61ca1e 100644 --- a/frontend/src/components/hooks/useFetchPaste.js +++ b/frontend/src/components/hooks/useFetchPaste.js @@ -0,0 +1,5 @@ +import React from 'react' + +export default () => { + +}
\ No newline at end of file |