Files
evilspins/app/components/atropos-object.vue
valere 9224f5b393
All checks were successful
Deploy App / deploy (push) Successful in 1m52s
hurry set landing page
2025-08-30 16:30:08 +02:00

8 lines
229 B
Vue

<template>
<h1 class="flex items-center justify-center min-h-screen">
<atropos-component class="my-atropos" active-offset="80" shadow-scale="1.05">
<img src="/logo.svg" />
</atropos-component>
</h1>
</template>