fix: imagen

This commit is contained in:
Juan Felipe Zapata Moreno 2026-01-16 10:16:48 -06:00
parent cd58a97f57
commit 24b59f0b16

View File

@ -40,6 +40,6 @@ const home = () => {
class="flex w-full justify-center items-center space-x-2 cursor-pointer"
@click="home"
>
<img :src="'/public/Logo-hk.png'" :class="sizeClass" />
<img :src="'/Logo-hk.png'" :class="sizeClass" />
</div>
</template>