Skip to content

Commit

Permalink
remove bullet points
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitkuriyal committed Nov 29, 2024
1 parent 0db49c1 commit 6cc63e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/StyledMarkdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -554,9 +554,6 @@ export function TableOfContentMarkdown({
href={`#${slug}`}
className='flex cursor-pointer mb-3 max-sm:text-sm text-slate-600 dark:text-slate-300 leading-6 font-medium'
>
<span className='mr-1 text-blue-400/90 text-[1em] flex justify-center items-center'>
&#9679;
</span>
{children}
</a>
);
Expand Down

0 comments on commit 6cc63e6

Please sign in to comment.