Fix isInternalUrl for subdomain support
Refactor / reduce plumbing
This commit is contained in:
10
app/components/HelpText.js
Normal file
10
app/components/HelpText.js
Normal file
@ -0,0 +1,10 @@
|
||||
// @flow
|
||||
import styled from 'styled-components';
|
||||
|
||||
const HelpText = styled.p`
|
||||
margin-top: 0;
|
||||
color: ${props => props.theme.slateDark};
|
||||
font-size: ${props => (props.small ? '13px' : 'auto')};
|
||||
`;
|
||||
|
||||
export default HelpText;
|
Reference in New Issue
Block a user