Skip to content

Commit c1d2bb7

Browse files
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 <[email protected]>
1 parent 27a0942 commit c1d2bb7

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/components/footer/index.tsx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
1-
import { SiDiscord, SiReplit } from "react-icons/si";
2-
import { FaKey } from "react-icons/fa";
31
import Icon from "../static/Icons";
42
import { git, npm } from "../static/icons_list";
53
import bento from "../../assets/bento.svg";
64
import tor from "../../assets/tor.svg";
75
import "./index.css";
86
import { useEffect, useState } from "react";
9-
import { LuGlobe, LuKey } from "react-icons/lu";
107
// import { FaCodeCommit} fr
11-
import { FaCodeCommit, FaRocket } from "react-icons/fa6";
128
const isDev = process.env.NODE_ENV !== "production";
139

1410
type DiscordStatus = "dnd" | "idle" | "online" | "offline";
@@ -124,7 +120,7 @@ export default function Footer() {
124120
className="badge mauve p-2 lg:visible hidden"
125121
style={{ background: "var(--surface1)" }}
126122
>
127-
<FaKey style={{ marginRight: "5px" }} /> {fingerprint}
123+
{fingerprint}
128124
</div>
129125
</a>
130126
<a
@@ -156,10 +152,8 @@ export default function Footer() {
156152
</div>
157153
</a>
158154
<a href="https://github.com/NeonGamerBot-QK" target="_blank">
159-
<Icon icon={git} />
160155
</a>
161156
<a href="https://www.npmjs.com/~neongamerbot" target="_blank">
162-
<Icon icon={npm} />
163157
</a>
164158
<div className="inline-flex gap-2 bottom mt-1">
165159
<a
@@ -179,7 +173,6 @@ export default function Footer() {
179173
target="_blank"
180174
className="inline-flex"
181175
>
182-
<Icon icon={bento} width={16} height={16} />{" "}
183176
</a>
184177
{lanyardData ? (
185178
<a href="https://discord.com/users/566766267046821888">
@@ -199,7 +192,6 @@ export default function Footer() {
199192
</a>
200193
) : (
201194
<a href="https://ohdhie7qka42mvxcl2lb5bcxw6jumwn6lbqdmpli3xxhktvyqg2gtryd.onion/">
202-
<Icon icon={tor} />
203195
</a>
204196
)}
205197

0 commit comments

Comments
 (0)