diff options
| author | jackyzha0 <[email protected]> | 2021-04-11 12:42:42 -0700 |
|---|---|---|
| committer | jackyzha0 <[email protected]> | 2021-04-11 12:42:42 -0700 |
| commit | ed65c8b61d2c7955998f877ee501ef84a1473626 (patch) | |
| tree | 9c3f2d0b3f84f31c49ac3ad899e7158c696430e2 /frontend/src/components/Err.js | |
| parent | base resolve paste and fetch paste refactor (diff) | |
| download | ctrl-v-ed65c8b61d2c7955998f877ee501ef84a1473626.tar.xz ctrl-v-ed65c8b61d2c7955998f877ee501ef84a1473626.zip | |
refactor error handling in pasteinfo
Diffstat (limited to 'frontend/src/components/Err.js')
| -rw-r--r-- | frontend/src/components/Err.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/Err.js b/frontend/src/components/Err.js index c87f6a8..fae0e0d 100644 --- a/frontend/src/components/Err.js +++ b/frontend/src/components/Err.js @@ -1,7 +1,7 @@ import React from 'react'; import styled, { css } from 'styled-components' -const ErrMsg = styled.p` +export const ErrMsg = styled.p` display: inline; font-weight: 700; color: #ff3333; |