Skip to content

Commit

Permalink
Merge pull request #1361 from near/newsletter
Browse files Browse the repository at this point in the history
chore: remove cover
  • Loading branch information
gagdiez authored Jan 7, 2025
2 parents 3752de4 + 22c0c39 commit f22a357
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/pages/newsletter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ const fadeIn = keyframes`
}
`;

const IssueCover = styled.img`
border-radius: 6px;
`;

const GreenBox = styled.div`
background: #00ec97;
border-radius: 6px;
Expand Down Expand Up @@ -169,7 +165,6 @@ const NewsPage: NextPageWithLayout = () => {

<Flex style={{ flexDirection: 'column' }}>
<Fixed>
<IssueCover src={`newsletter/${issueId}.jpg`} alt="" />
<GreenBox style={{ padding: '15px' }}>
<h3>
<Text size="text-l">Subscribe to the newsletter</Text>
Expand Down

0 comments on commit f22a357

Please sign in to comment.