Skip to content

Commit

Permalink
Change case of TOC text
Browse files Browse the repository at this point in the history
  • Loading branch information
james-nash authored and DavieReid committed Jul 13, 2023
1 parent 42cbca5 commit 93dd767
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ export const TableOfContents: React.FC<TableOfContentsProps> = ({ items }) => {

return items.length ? (
<nav>
<Caption1>On this Page</Caption1>
<ul aria-label="Table of Contents" className={styles.list} role="tree">
<Caption1>On this page</Caption1>
<ul aria-label="Table of contents" className={styles.list} role="tree">
{items.map((item, i) => (
<TableOfContentsItem
current={selectedHeading}
Expand Down

1 comment on commit 93dd767

@vercel
Copy link

@vercel vercel bot commented on 93dd767 Jul 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mosaic – ./

mosaic-git-main-mosaic-dev-team.vercel.app
mosaic-mosaic-dev-team.vercel.app

Please sign in to comment.