Skip to content

Commit 2c22a27

Browse files
enhancement(lint): Fix lint errors for src/components/footer/index.tsx
Co-authored-by: NeonGamerBot-QK <[email protected]> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
1 parent c1d2bb7 commit 2c22a27

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

src/components/footer/index.tsx

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export default function Footer() {
120120
className="badge mauve p-2 lg:visible hidden"
121121
style={{ background: "var(--surface1)" }}
122122
>
123-
{fingerprint}
123+
{fingerprint}
124124
</div>
125125
</a>
126126
<a
@@ -151,10 +151,8 @@ export default function Footer() {
151151
{process.env.REACT_APP_BUILD_ID}
152152
</div>
153153
</a>
154-
<a href="https://github.com/NeonGamerBot-QK" target="_blank">
155-
</a>
156-
<a href="https://www.npmjs.com/~neongamerbot" target="_blank">
157-
</a>
154+
<a href="https://github.com/NeonGamerBot-QK" target="_blank"></a>
155+
<a href="https://www.npmjs.com/~neongamerbot" target="_blank"></a>
158156
<div className="inline-flex gap-2 bottom mt-1">
159157
<a
160158
href="https://replit.com/@NeonGamerBotQK"
@@ -172,8 +170,7 @@ export default function Footer() {
172170
href="https://bento.me/saahil"
173171
target="_blank"
174172
className="inline-flex"
175-
>
176-
</a>
173+
></a>
177174
{lanyardData ? (
178175
<a href="https://discord.com/users/566766267046821888">
179176
<SiDiscord
@@ -191,8 +188,7 @@ export default function Footer() {
191188
<LuGlobe stroke="var(--mauve)" />
192189
</a>
193190
) : (
194-
<a href="https://ohdhie7qka42mvxcl2lb5bcxw6jumwn6lbqdmpli3xxhktvyqg2gtryd.onion/">
195-
</a>
191+
<a href="https://ohdhie7qka42mvxcl2lb5bcxw6jumwn6lbqdmpli3xxhktvyqg2gtryd.onion/"></a>
196192
)}
197193

198194
{/* <a><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" className="fill-current"><path d="M24 4.557c-.883.392-1.832.656-2.828.775 1.017-.609 1.798-1.574 2.165-2.724-.951.564-2.005.974-3.127 1.195-.897-.957-2.178-1.555-3.594-1.555-3.179 0-5.515 2.966-4.797 6.045-4.091-.205-7.719-2.165-10.148-5.144-1.29 2.213-.669 5.108 1.523 6.574-.806-.026-1.566-.247-2.229-.616-.054 2.281 1.581 4.415 3.949 4.89-.693.188-1.452.232-2.224.084.626 1.956 2.444 3.379 4.6 3.419-2.07 1.623-4.678 2.348-7.29 2.04 2.179 1.397 4.768 2.212 7.548 2.212 9.142 0 14.307-7.721 13.995-14.646.962-.695 1.797-1.562 2.457-2.549z"></path></svg>

0 commit comments

Comments
 (0)