diff --git a/components/SettingsSidebar.tsx b/components/SettingsSidebar.tsx index 76ec12d..1649abf 100644 --- a/components/SettingsSidebar.tsx +++ b/components/SettingsSidebar.tsx @@ -1,15 +1,8 @@ import useCollectionStore from "@/store/collections"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; -import { - faUser, - faPalette, - faBoxArchive, - faKey, - faLock, -} from "@fortawesome/free-solid-svg-icons"; import Link from "next/link"; import { useRouter } from "next/router"; -import { useEffect, useState } from "react"; +import React, { useEffect, useState } from "react"; import { faCircleQuestion, faCreditCard, @@ -48,7 +41,9 @@ export default function SettingsSidebar({ className }: { className?: string }) { : "hover:bg-neutral/20" } duration-100 py-5 px-2 cursor-pointer flex items-center gap-2 w-full rounded-md h-8`} > - +

Account

@@ -62,10 +57,9 @@ export default function SettingsSidebar({ className }: { className?: string }) { : "hover:bg-neutral/20" } duration-100 py-5 px-2 cursor-pointer flex items-center gap-2 w-full rounded-md h-8`} > - +

Appearance

@@ -79,11 +73,9 @@ export default function SettingsSidebar({ className }: { className?: string }) { : "hover:bg-neutral/20" } duration-100 py-5 px-2 cursor-pointer flex items-center gap-2 w-full rounded-md h-8`} > - - +

Archive

@@ -96,8 +88,9 @@ export default function SettingsSidebar({ className }: { className?: string }) { : "hover:bg-neutral/20" } duration-100 py-5 px-2 cursor-pointer flex items-center gap-2 w-full rounded-md h-8`} > - - +

API Keys

@@ -110,8 +103,9 @@ export default function SettingsSidebar({ className }: { className?: string }) { : "hover:bg-neutral/20" } duration-100 py-5 px-2 cursor-pointer flex items-center gap-2 w-full rounded-md h-8`} > - - +

Password

@@ -125,11 +119,9 @@ export default function SettingsSidebar({ className }: { className?: string }) { : "hover:bg-neutral/20" } duration-100 py-5 px-2 cursor-pointer flex items-center gap-2 w-full rounded-md h-8`} > - - +

Billing

@@ -148,10 +140,9 @@ export default function SettingsSidebar({ className }: { className?: string }) {
- +

Help

@@ -161,11 +152,9 @@ export default function SettingsSidebar({ className }: { className?: string }) {
- - +

GitHub

@@ -174,11 +163,9 @@ export default function SettingsSidebar({ className }: { className?: string }) {
- - +

Twitter

@@ -187,11 +174,9 @@ export default function SettingsSidebar({ className }: { className?: string }) {
- - +

Mastodon