Remove default list bullets from TOC
This commit is contained in:
@@ -104,7 +104,7 @@ export function PostToc() {
|
|||||||
style={{ top: `${indicator.top}px`, opacity: indicator.opacity }}
|
style={{ top: `${indicator.top}px`, opacity: indicator.opacity }}
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
/>
|
/>
|
||||||
<ul ref={listRef} className="space-y-1">
|
<ul ref={listRef} className="list-none space-y-1">
|
||||||
{items.map((item) => (
|
{items.map((item) => (
|
||||||
<li
|
<li
|
||||||
key={item.id}
|
key={item.id}
|
||||||
|
|||||||
Reference in New Issue
Block a user