mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
made the FAQ text look white like the rest of the links (#681)
This commit is contained in:
parent
cb1efc0448
commit
1e53813c52
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue