Skip to content

Commit

Permalink
add feedback in column layout
Browse files Browse the repository at this point in the history
  • Loading branch information
aromko committed Aug 5, 2024
1 parent b14a836 commit 84ac9a7
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions src/routes/_components/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,24 @@ export const About = () => (
</p>
</div>
</Columns>
<div className="mx-auto grid max-w-screen-sm place-items-center pt-32">
<SectionMessage variant="info">
<SectionMessage.Title>Feedback</SectionMessage.Title>
<SectionMessage.Content>
<p className="mb-4">
If you have any suggestions for patterns that we should add, or if
you some your own code could become a valuable addition here, we'd
love to hear from you!
</p>
<p>
Your feedback, ideas, and suggestions for improvement are always
welcome. Feel free to reach out to us through any of{' '}
<Link href="https://www.marigold-ui.io/introduction/get-in-touch">
<u>our communication channels</u>
</Link>
.
</p>
</SectionMessage.Content>
</SectionMessage>
</div>
<Columns columns={[1, 1]} space={24} collapseAt="900px">
<div>
<h2>Feedback</h2>
<p>
If you have any suggestions for patterns that we should add, or if
you some your own code could become a valuable addition here, we'd
love to hear from you!
</p>
<p>
Your feedback, ideas, and suggestions for improvement are always
welcome. Feel free to reach out to us through any of{' '}
<Link href="https://www.marigold-ui.io/introduction/get-in-touch">
<u>our communication channels</u>
</Link>
.
</p>
</div>
<div></div>
</Columns>
</Block>
);

0 comments on commit 84ac9a7

Please sign in to comment.