Ben Schlegel
2023-09-28 d4c122646ccd6fc989b4436e16b2dffdc931dee6
quartz/components/TableOfContents.tsx
@@ -13,13 +13,13 @@
  layout: "modern",
}
function TableOfContents({ fileData }: QuartzComponentProps) {
function TableOfContents({ fileData, displayClass }: QuartzComponentProps) {
  if (!fileData.toc) {
    return null
  }
  return (
    <div class="desktop-only">
    <div class={`toc ${displayClass}`}>
      <button type="button" id="toc">
        <h3>Table of Contents</h3>
        <svg