Ben Schlegel
2023-09-03 7e42be8e46501c752dda9bd174fb93ea9dccec22
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