Skip to content

Commit

Permalink
chore: update with suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhburade committed Oct 23, 2024
1 parent e07eae2 commit 11a84d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/DocLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ const DocLink = ({ href, children, isExternal = false }: DocLinkProps) => {
</Center>
<Stack className="flex-1">
<LinkOverlay href={href} className="no-underline">
{" "}
<p className="font-semibold text-[#4c4c4c] dark:text-[#cccccc]">
<p className="font-bold text-gray-600 dark:text-gray-200">
{children}
</p>
</LinkOverlay>
Expand Down

0 comments on commit 11a84d6

Please sign in to comment.