Mobile Organized Content #79

Merged
w25tran merged 53 commits from feat/organized-content into main 2021-08-27 15:18:56 -04:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 99d20e85ef - Show all commits

View File

@ -209,7 +209,6 @@ export function OrganizedContentDemo() {
function FakeLink({ url, children }: LinkProps) {
return (
<div
key={url}
onClick={() => {
const target = sections.findIndex((section) => section.url === url);