From a1fca339477a1c02e10b544f2008fd8544b29280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Fri, 5 Jan 2024 17:51:10 +0100 Subject: [PATCH] Switch to instead of next Link for aside (#85) --- src/components/PageAside/ScrollSectionsList.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/PageAside/ScrollSectionsList.tsx b/src/components/PageAside/ScrollSectionsList.tsx index e290285b8..824f28f7b 100644 --- a/src/components/PageAside/ScrollSectionsList.tsx +++ b/src/components/PageAside/ScrollSectionsList.tsx @@ -1,6 +1,5 @@ 'use client'; -import Link from 'next/link'; import React from 'react'; import { useScrollActiveId } from '@/components/hooks'; @@ -32,7 +31,7 @@ export function ScrollSectionsList(props: { sections: DocumentSection[] }) {