bugs fixed

This commit is contained in:
daniel31x13
2023-12-30 09:31:53 -05:00
parent eee6a807da
commit 055869883a
4 changed files with 10 additions and 8 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.0";
const LINKWARDEN_VERSION = "v2.4.4";
const { collections } = useCollectionStore();