@ -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);