mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
optimize landing page
This commit is contained in:
@@ -11,7 +11,7 @@ const props = defineProps<{
|
||||
<template>
|
||||
<div class="p-6 flex flex-col items-center gap-3">
|
||||
<div class="w-[4.2rem] h-[4.2rem] lg:w-[6rem] lg:h-[6rem] bg-menu rounded-2xl flex items-center justify-center">
|
||||
<img :src="icon">
|
||||
<img :alt="name" :src="icon">
|
||||
</div>
|
||||
<div class="poppins font-semibold text-text-sub">
|
||||
{{ name }}
|
||||
|
||||
Reference in New Issue
Block a user