update collection sharing model icons

This commit is contained in:
Yee Jia Wei
2023-12-18 05:59:52 +08:00
parent a481903b50
commit 8c73ce60e9
3 changed files with 3 additions and 26 deletions
-10
View File
@@ -1,17 +1,7 @@
import useCollectionStore from "@/store/collections";
import { FontAwesomeIcon } from "@fortawesome/react-fontawesome";
import Link from "next/link";
import { useRouter } from "next/router";
import React, { useEffect, useState } from "react";
import {
faCircleQuestion,
faCreditCard,
} from "@fortawesome/free-regular-svg-icons";
import {
faGithub,
faMastodon,
faXTwitter,
} from "@fortawesome/free-brands-svg-icons";
export default function SettingsSidebar({ className }: { className?: string }) {
const LINKWARDEN_VERSION = "v2.4.0";