Skip to content

Commit

Permalink
chore: remove flex-center in sidebar item (#974)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timeless0911 authored Apr 18, 2024
1 parent 4ee5585 commit 12efbeb
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ export function SidebarItem(props: SidebarItemProps) {
}}
>
<Tag tag={item.tag} />
<span className="flex-center">
{renderInlineMarkdown(textRef.current)}
</span>
<span>{renderInlineMarkdown(textRef.current)}</span>
</div>
</Link>
);
Expand Down

0 comments on commit 12efbeb

Please sign in to comment.