Skip to content

Commit

Permalink
fix: button on light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
moerabaya committed Mar 21, 2024
1 parent ec41822 commit 61a7253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/organisms/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const Footer = React.forwardRef<HTMLDivElement>((props, ref) => {
<Row>
<Col sm={6} className="!p-2">
<Link
className={`px-4 py-2 bg-neutral-200 hover:bg-neutral-900 hover:text-neutral-50 dark:bg-neutral-900 dark:hover:bg-neutral-800 rounded-2xl text-base inline-block transition ease-in-out hover:rounded-full`}
className={`px-4 py-2 bg-neutral-900 hover:text-neutral-50 hover:bg-neutral-800 rounded-2xl text-base inline-block transition ease-in-out hover:rounded-full`}
href={"mohammed-rabaya.pdf"}
>
{getLocalizedString("footer", "downloadResume")}
Expand Down

0 comments on commit 61a7253

Please sign in to comment.