Skip to content

Commit

Permalink
deleted CSS changes
Browse files Browse the repository at this point in the history
  • Loading branch information
amabelleS committed Nov 26, 2023
1 parent 223221c commit 2dfae6f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pages/About.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import styled from 'styled-components'
import { TEXT_KEYS } from 'src/resources/texts'

Check failure on line 2 in src/pages/About.tsx

View workflow job for this annotation

GitHub Actions / lint

'TEXT_KEYS' is defined but never used
import SlackIcon from '../resources/slack-icon.svg'
import { useTranslation } from 'react-i18next'

Expand Down Expand Up @@ -151,10 +152,6 @@ const ParagraphStyle = styled.div`
}
& p {
font-size: 1.15em;
margin-left: 0.5rem;
}
& a {
padding-top: 0.1rem;
}
& ul {
Expand Down

0 comments on commit 2dfae6f

Please sign in to comment.