Skip to content

Commit

Permalink
chore: fix about page
Browse files Browse the repository at this point in the history
  • Loading branch information
Drapegnik committed Nov 7, 2024
1 parent 5cbe6d0 commit 6130ce0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pages/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,17 @@ const AboutPage = ({ lang }) => (
<Text id="about.section1-header" />
</h1>
<div className={b('text', { 'margin-top': 'small' })}>
<Text id="about.section1-text" />
<Text
id="about.section1-text"
render={(text, footer) => (
<>
{text}
<br />
<br />
{footer}
</>
)}
/>
</div>
{/*
<div
Expand Down

0 comments on commit 6130ce0

Please sign in to comment.