Parent Directory
|
Revision Log
|
Patch
revision 631 by rakinar2, Sat Sep 7 09:38:45 2024 UTC | revision 632 by rakinar2, Thu Oct 10 17:53:11 2024 UTC | |
---|---|---|
# | Line 72 export default function TableOfContents( | Line 72 export default function TableOfContents( |
72 | <h4 className="pl-[15px] mb-3 mt-4 uppercase font-bold tracking-wider text-[15px]"> | <h4 className="pl-[15px] mb-3 mt-4 uppercase font-bold tracking-wider text-[15px]"> |
73 | On this page | On this page |
74 | </h4> | </h4> |
75 | <ul className="list-none"> | <ul className="list-none pr-2.5"> |
76 | {headings.map(heading => ( | {headings.map(heading => ( |
77 | <li key={heading.id}> | <li key={heading.id}> |
78 | <a | <a |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |