1- import { SiDiscord , SiReplit } from "react-icons/si" ;
2- import { FaKey } from "react-icons/fa" ;
31import Icon from "../static/Icons" ;
42import { git , npm } from "../static/icons_list" ;
53import bento from "../../assets/bento.svg" ;
64import tor from "../../assets/tor.svg" ;
75import "./index.css" ;
86import { useEffect , useState } from "react" ;
9- import { LuGlobe , LuKey } from "react-icons/lu" ;
107// import { FaCodeCommit} fr
11- import { FaCodeCommit , FaRocket } from "react-icons/fa6" ;
128const isDev = process . env . NODE_ENV !== "production" ;
139
1410type 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