Skip to content

Commit

Permalink
Merge branch 'main' into fixed-search-color
Browse files Browse the repository at this point in the history
  • Loading branch information
manideep1428 authored Sep 18, 2024
2 parents 96b47ab + 217a923 commit ea88608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/tinaMarkdownComponents/docAndBlogComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -281,9 +281,9 @@ export const docAndBlogComponents: Components<{

return (
<HeadingTag id={id} className="relative cursor-pointer">
<a href={linkHref} className="no-underline flex items-center group">
<a href={linkHref} className="no-underline group">
{children}
<FiLink className="ml-2 opacity-0 group-hover:opacity-100 transition-opacity duration-200" />
<FiLink className="ml-2 opacity-0 group-hover:opacity-100 transition-opacity duration-200 inline-flex mb-2" />
</a>
</HeadingTag>
);
Expand Down

0 comments on commit ea88608

Please sign in to comment.