mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-07-28 09:04:07 +00:00
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:
parent
1c341ddcba
commit
e08d6b2c72
1 changed files with 19 additions and 21 deletions
|
@ -1,5 +1,5 @@
|
||||||
<script setup>
|
<script setup>
|
||||||
let spotify_link = `https://spotify-github-profile.kittinanx.com/api/view?uid=saahil.d&cover_image=true&theme=default&show_offline=false&background_color=121212&interchange=false&bar_color=b6494d&bar_color_cover=true`
|
let spotify_link = `https://spotify-github-profile.kittinanx.com/api/view?uid=saahil.d&cover_image=true&theme=default&show_offline=false&background_color=121212&interchange=false&bar_color=b6494d&bar_color_cover=true`;
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
<div class="flex items-center justify-between mt-20 px-20">
|
<div class="flex items-center justify-between mt-20 px-20">
|
||||||
|
@ -21,8 +21,6 @@
|
||||||
<img :src="spotify_link" alt="Saahil's Spotify" class="mt-5" />
|
<img :src="spotify_link" alt="Saahil's Spotify" class="mt-5" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
<style>
|
<style>
|
||||||
.fancy-font {
|
.fancy-font {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue