Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
benborgers committed Jan 25, 2025
1 parent d85fa9f commit 124c834
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions components/get-involved.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,17 @@ export default function GetInvolved() {
encourage you to apply! We accept NPO applications every June.
</p>
<p>
<a href="/" className="font-medium text-brand hover:underline">
<a
href="/about"
className="font-medium text-brand hover:underline"
>
Contact us
</a>{" "}
to learn more!
</p>
</div>
<div className="mt-8">
<Button text="Learn more" href="/" variant="secondary" />
<Button text="Learn more" href="/apply" variant="secondary" />
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/what-we-do.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function Card({
/>
<div className="pt-6">
<h3 className="text-white text-2xl font-semibold">{title}</h3>
<div className="text-white/90 mt-6 space-y-6 [&_a]:text-brand [&_a]:font-semibold">
<div className="text-white/90 mt-6 space-y-6 [&_a]:text-brand [&_a]:font-medium [&_a]:hover:underline">
{body}
</div>
</div>
Expand Down

0 comments on commit 124c834

Please sign in to comment.