Skip to content

Commit 48188ad

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 66f727e commit 48188ad

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/components/footer/index.tsx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ export default function Footer() {
147147
className="badge mauve p-2 md:visible invisible"
148148
style={{ background: "var(--surface1)" }}
149149
>
150-
151150
{process.env.REACT_APP_BUILD_ID}
152151
</div>
153152
</a>
@@ -158,23 +157,21 @@ export default function Footer() {
158157
href="https://replit.com/@NeonGamerBotQK"
159158
target="_blank"
160159
className="inline-flex"
161-
>
162-
163-
</a>
160+
></a>
164161
<a
165162
href="https://bento.me/saahil"
166163
target="_blank"
167164
className="inline-flex"
168165
></a>
169166
{lanyardData ? (
170167
<a href="https://discord.com/users/566766267046821888">
171-
<p>m</p>
168+
<p>m</p>
172169
</a>
173170
) : null}
174171
</div>
175172
{window.location.hostname.includes(".onion") ? (
176173
<a href="http://saahild.com/">
177-
<p>globe</p>
174+
<p>globe</p>
178175
</a>
179176
) : (
180177
<a href="https://ohdhie7qka42mvxcl2lb5bcxw6jumwn6lbqdmpli3xxhktvyqg2gtryd.onion/"></a>

0 commit comments

Comments
 (0)