Skip to content

Commit

Permalink
Fixed some texts and fonts
Browse files Browse the repository at this point in the history
  • Loading branch information
blarfoon committed May 20, 2020
1 parent 2059ab3 commit 7373eb8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions src/common/modals/BisectHosting.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,23 @@ const BisectHosting = () => {
BisectHosting
</span>{' '}
<span>for effortless modded server installs and updates.</span> New
customers can save 25% off their first month using the promo code:{' '}
customers can save{' '}
<span
css={`
color: ${props => props.theme.palette.colors.green};
`}
>
GDL
25%
</span>{' '}
with{' '}
off their first month using the promo code{' '}
<span
css={`
color: ${props => props.theme.palette.colors.green};
`}
>
25%
GDL
</span>{' '}
off!
at checkout.
</h2>
<a href="https://bisecthosting.com/gdl">
<Button
Expand Down
4 changes: 2 additions & 2 deletions src/common/modals/ChangeLogs.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ const ChangeLogs = () => {
css={`
width: 200px;
height: 40px;
padding: 0;
font-size: 20px;
padding: 4px !important;
margin-top: 20px;
`}
type="primary"
href="https://discord.gg/4cGYzen"
Expand Down Expand Up @@ -113,7 +113,7 @@ const SectionTitle = styled.h2`
const Section = styled.div`
width: 100%;
text-align: center;
font-size: 20px;
font-size: 16px;
div {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 7373eb8

Please sign in to comment.