renamed "LinkList" to "LinkCard"

This commit is contained in:
Daniel
2023-06-06 00:17:01 +03:30
parent eb5611c8f7
commit 35a8d74943
9 changed files with 12 additions and 13 deletions
+1
View File
@@ -21,6 +21,7 @@ export default function ({ className }: { className?: string }) {
const [active, setActive] = useState("");
useEffect(() => {
console.log(window.location.hash);
setActive(router.asPath);
}, [router, collections]);