Skip to content

Commit

Permalink
Move menu to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
khoidt committed Feb 15, 2024
1 parent 354647d commit b62402d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/about/ui/news.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,17 +97,17 @@ export default function AboutNews({
</div>
<Container>
<Row>
<Col>
<div className="flex-column">
<ReactMarkdown>{newsletterMarkdown}</ReactMarkdown>
</div>
</Col>
<Col sm={2}>
<NewsletterMenu
activeNewsletterNumber={activeNewsletter.number}
setActiveNewsletter={setActiveNewsletter}
/>
</Col>
<Col>
<div className="flex-column">
<ReactMarkdown>{newsletterMarkdown}</ReactMarkdown>
</div>
</Col>
</Row>
</Container>
</>
Expand Down

0 comments on commit b62402d

Please sign in to comment.