replaced link outer component with <Link> tag for better accessibility

This commit is contained in:
daniel31x13
2023-12-31 10:05:30 -05:00
parent 1dde8a6088
commit 29e0370808
6 changed files with 74 additions and 66 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { useRouter } from "next/router";
import React, { useEffect, useState } from "react";
export default function SettingsSidebar({ className }: { className?: string }) {
const LINKWARDEN_VERSION = "v2.4.5";
const LINKWARDEN_VERSION = "v2.4.6";
const { collections } = useCollectionStore();