This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
<template>
|
||||
<div class="flex items-center justify-center min-h-screen">
|
||||
<atropos-component class="h-72 w-60" active-offset="80" shadow-scale="1.05">
|
||||
<img src="/logo.svg">
|
||||
<img src="/ES01A/object.png">
|
||||
</atropos-component>
|
||||
</div>
|
||||
</template>
|
7
app/components/nuxt-template.vue
Normal file
7
app/components/nuxt-template.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<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>
|
Reference in New Issue
Block a user