diff --git a/src/utils/strings/englishConstants.tsx b/src/utils/strings/englishConstants.tsx index 8c89d46ee..8ea0f76f7 100644 --- a/src/utils/strings/englishConstants.tsx +++ b/src/utils/strings/englishConstants.tsx @@ -1,5 +1,4 @@ import React from 'react'; -import { Button } from 'react-bootstrap'; import styled from 'styled-components'; /** @@ -24,6 +23,14 @@ const Logo = styled.img` margin-top: -3px; `; +const Trigger = styled.span` + :hover { + text-decoration: underline; + cursor: pointer; + } + color: #51cd7c; +`; + const englishConstants = { HERO_HEADER: () => (
@@ -124,24 +131,13 @@ const englishConstants = { SUBSCRIPTION_EXPIRED: (action) => ( <> your subscription has expired, please a{' '} - + renew ), STORAGE_QUOTA_EXCEEDED: (action) => ( <> you have exceeded your storage quota, please{' '} - {' '} - your plan + upgrade your plan ), INITIAL_LOAD_DELAY_WARNING: 'the first load may take some time',