made the FAQ text look white like the rest of the links (#681)

This commit is contained in:
Gaurav Pandey 2023-02-01 20:29:56 +05:30 committed by GitHub
parent cb1efc0448
commit 1e53813c52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -113,7 +113,7 @@ export default function RealTimeline() {
<Flex sx={{ flexDirection: 'column', justifyContent: 'center', pb: 4 }}>
<Step
icon="post"
name={<>RSVPs are closed. Have a question? Here are the <a href="https://github.com/hackclub/winter/blob/main/docs/faq.md">FAQs</a>.</>}
name={<>RSVPs are closed. Have a question? Here are the <Link target="_blank" sx={{ color: 'inherit' }} href="https://github.com/hackclub/winter/blob/main/docs/faq.md">FAQs</Link>.</>}
duration="RSVP"
/>
<Step