enhancement(lint): Fix lint errors for components/BigTextMain.vue

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:
zeon-neon[bot] 2025-07-29 04:07:52 +00:00 committed by GitHub
parent 2ffab1c29d
commit 063f553540
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,10 @@ let spotify_link = `https://spotify-github-profile.kittinanx.com/api/view?uid=sa
<template>
<div class="flex items-center justify-between md:mt-20 md:px-20 mt-10 px-10">
<div>
<img src="/neonspfp.png" class="md:pb-5 pb-2 md:h-[200px] md:w-[200px] h-[100px] w-[100px]" />
<img
src="/neonspfp.png"
class="md:pb-5 pb-2 md:h-[200px] md:w-[200px] h-[100px] w-[100px]"
/>
<h1 class="font-bold md:text-5xl text-2xl">
<svg
class="h-9 w-9 lg:h-10 lg:w-10 xl:h-12 xl:w-12 inline-block align-bottom"
@ -61,7 +64,11 @@ let spotify_link = `https://spotify-github-profile.kittinanx.com/api/view?uid=sa
<!-- Right: Spotify Image -->
<div>
<img :src="spotify_link" alt="Saahil's Spotify" class="mt-5 hidden md:block" />
<img
:src="spotify_link"
alt="Saahil's Spotify"
class="mt-5 hidden md:block"
/>
</div>
</div>
</template>