Ben Schlegel
2023-10-05 cec4877adb7e89f4d4e0a442e82655e0d35dbe16
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