Skip to content

Commit

Permalink
Merge pull request #279 from yeecord/fumadocs-v14
Browse files Browse the repository at this point in the history
fix link style
  • Loading branch information
kane50613 authored Oct 25, 2024
2 parents c2931bc + 02ef738 commit 7fc1c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/home/Sponsor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function Card({
href={href}
target="_blank"
rel="noreferrer"
className="mt-7 block w-full rounded-md bg-purple-500 py-2 font-medium text-sm text-white shadow-lg shadow-purple-300 sm:w-[8rem] dark:bg-purple-500 dark:shadow-purple-700"
className="mt-7 block w-full rounded-md bg-purple-500 py-2 text-center font-medium text-sm text-white shadow-lg shadow-purple-300 sm:w-[8rem] dark:bg-purple-500 dark:shadow-purple-700"
>
{children}
</a>
Expand Down

0 comments on commit 7fc1c91

Please sign in to comment.