Skip to content

Commit

Permalink
small dark mode fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amazingrando committed Sep 3, 2024
1 parent 3f15afc commit 1e83e78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/webinars/fall-2024.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ const Form = () => {
<li>
Join our{' '}
<a
className="text-white underline"
className="underline dark:text-white"
href="https://join.slack.com/t/emulsify/shared_invite/zt-1ujfwwcvr-ynvUPkEgWYuaby~wPaHt8g"
>
Slack community
Expand All @@ -193,7 +193,7 @@ const Form = () => {
<li>
Follow us on{' '}
<a
className="text-white underline"
className="underline dark:text-white"
href="https://github.com/emulsify-ds"
>
Github
Expand Down

0 comments on commit 1e83e78

Please sign in to comment.