Update index.tsx (#20)

<!--
hint: follow the conventional commits
look at CONTRIBUTING.md
make sure this repo would take a PR.
-->

## delete me

Signed-off-by: Neon <neon@saahild.com>
This commit is contained in:
Saahil dutta 2025-06-17 20:24:00 -04:00 committed by GitHub
parent 27a09424ef
commit c1d2bb7c56
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,14 +1,10 @@
import { SiDiscord, SiReplit } from "react-icons/si";
import { FaKey } from "react-icons/fa";
import Icon from "../static/Icons"; import Icon from "../static/Icons";
import { git, npm } from "../static/icons_list"; import { git, npm } from "../static/icons_list";
import bento from "../../assets/bento.svg"; import bento from "../../assets/bento.svg";
import tor from "../../assets/tor.svg"; import tor from "../../assets/tor.svg";
import "./index.css"; import "./index.css";
import { useEffect, useState } from "react"; import { useEffect, useState } from "react";
import { LuGlobe, LuKey } from "react-icons/lu";
// import { FaCodeCommit} fr // import { FaCodeCommit} fr
import { FaCodeCommit, FaRocket } from "react-icons/fa6";
const isDev = process.env.NODE_ENV !== "production"; const isDev = process.env.NODE_ENV !== "production";
type DiscordStatus = "dnd" | "idle" | "online" | "offline"; type DiscordStatus = "dnd" | "idle" | "online" | "offline";
@ -124,7 +120,7 @@ export default function Footer() {
className="badge mauve p-2 lg:visible hidden" className="badge mauve p-2 lg:visible hidden"
style={{ background: "var(--surface1)" }} style={{ background: "var(--surface1)" }}
> >
<FaKey style={{ marginRight: "5px" }} /> {fingerprint} {fingerprint}
</div> </div>
</a> </a>
<a <a
@ -156,10 +152,8 @@ export default function Footer() {
</div> </div>
</a> </a>
<a href="https://github.com/NeonGamerBot-QK" target="_blank"> <a href="https://github.com/NeonGamerBot-QK" target="_blank">
<Icon icon={git} />
</a> </a>
<a href="https://www.npmjs.com/~neongamerbot" target="_blank"> <a href="https://www.npmjs.com/~neongamerbot" target="_blank">
<Icon icon={npm} />
</a> </a>
<div className="inline-flex gap-2 bottom mt-1"> <div className="inline-flex gap-2 bottom mt-1">
<a <a
@ -179,7 +173,6 @@ export default function Footer() {
target="_blank" target="_blank"
className="inline-flex" className="inline-flex"
> >
<Icon icon={bento} width={16} height={16} />{" "}
</a> </a>
{lanyardData ? ( {lanyardData ? (
<a href="https://discord.com/users/566766267046821888"> <a href="https://discord.com/users/566766267046821888">
@ -199,7 +192,6 @@ export default function Footer() {
</a> </a>
) : ( ) : (
<a href="https://ohdhie7qka42mvxcl2lb5bcxw6jumwn6lbqdmpli3xxhktvyqg2gtryd.onion/"> <a href="https://ohdhie7qka42mvxcl2lb5bcxw6jumwn6lbqdmpli3xxhktvyqg2gtryd.onion/">
<Icon icon={tor} />
</a> </a>
)} )}