mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-06-24 18:54:21 +00:00
enhancement(lint): Fix lint errors for src/components/footer/index.tsx
Co-authored-by: NeonGamerBot-QK <neon@saahild.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
parent
66f727e669
commit
48188ad208
1 changed files with 3 additions and 6 deletions
|
@ -147,7 +147,6 @@ export default function Footer() {
|
||||||
className="badge mauve p-2 md:visible invisible"
|
className="badge mauve p-2 md:visible invisible"
|
||||||
style={{ background: "var(--surface1)" }}
|
style={{ background: "var(--surface1)" }}
|
||||||
>
|
>
|
||||||
|
|
||||||
{process.env.REACT_APP_BUILD_ID}
|
{process.env.REACT_APP_BUILD_ID}
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
@ -158,9 +157,7 @@ export default function Footer() {
|
||||||
href="https://replit.com/@NeonGamerBotQK"
|
href="https://replit.com/@NeonGamerBotQK"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
className="inline-flex"
|
className="inline-flex"
|
||||||
>
|
></a>
|
||||||
|
|
||||||
</a>
|
|
||||||
<a
|
<a
|
||||||
href="https://bento.me/saahil"
|
href="https://bento.me/saahil"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue