Skip to content

Commit 11a84d6

Browse files
committed
chore: update with suggested changes
1 parent e07eae2 commit 11a84d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/DocLink.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ const DocLink = ({ href, children, isExternal = false }: DocLinkProps) => {
3131
</Center>
3232
<Stack className="flex-1">
3333
<LinkOverlay href={href} className="no-underline">
34-
{" "}
35-
<p className="font-semibold text-[#4c4c4c] dark:text-[#cccccc]">
34+
<p className="font-bold text-gray-600 dark:text-gray-200">
3635
{children}
3736
</p>
3837
</LinkOverlay>

0 commit comments

Comments
 (0)