Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaMajmudar committed May 21, 2024
1 parent 1a543b9 commit dc18997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/StyledMarkdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ export function TableOfContentMarkdown({
href={`#${slug}`}
className='block cursor-pointer mb-3 text-sm leading-4 ml-[-0.15rem] hover:text-blue-500'
>
<span className='mr-1 text-blue-400'>&#8212;</span>
<span className='mr-1 text-blue-400'></span>
<span className='ml-[-0.25rem] mr-1 text-blue-400'>
&#8212;
</span>
Expand Down

0 comments on commit dc18997

Please sign in to comment.