diff --git a/src/components/footer/index.tsx b/src/components/footer/index.tsx index 6ea3796e..d80bc867 100644 --- a/src/components/footer/index.tsx +++ b/src/components/footer/index.tsx @@ -1,14 +1,10 @@ -import { SiDiscord, SiReplit } from "react-icons/si"; -import { FaKey } from "react-icons/fa"; import Icon from "../static/Icons"; import { git, npm } from "../static/icons_list"; import bento from "../../assets/bento.svg"; import tor from "../../assets/tor.svg"; import "./index.css"; import { useEffect, useState } from "react"; -import { LuGlobe, LuKey } from "react-icons/lu"; // import { FaCodeCommit} fr -import { FaCodeCommit, FaRocket } from "react-icons/fa6"; const isDev = process.env.NODE_ENV !== "production"; type DiscordStatus = "dnd" | "idle" | "online" | "offline"; @@ -124,7 +120,7 @@ export default function Footer() { className="badge mauve p-2 lg:visible hidden" style={{ background: "var(--surface1)" }} > - {fingerprint} + {fingerprint} - -
- {" "} {lanyardData ? ( @@ -199,7 +192,6 @@ export default function Footer() { ) : ( - )}