Skip to content

Commit

Permalink
Fix Contact darkmode text color
Browse files Browse the repository at this point in the history
  • Loading branch information
gilhanan committed Feb 2, 2024
1 parent 8a84638 commit bc9f239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/contact/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ContactForm } from "@contact/components/ContactForm";
export default function ContactPage() {
return (
<div className="flex flex-col gap-4">
<p>
<p className="text-secondary">
If you have any questions, comments or just want to get in touch, please feel free
to drop me a message below. I look forward to connecting with you!
</p>
Expand Down

0 comments on commit bc9f239

Please sign in to comment.