We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d95557 commit e26b806Copy full SHA for e26b806
1 file changed
pages/index.vue
@@ -16,9 +16,9 @@
16
<br>
17
</template>
18
<template #actions>
19
- <a href="#" class="text-[16px] text-blue-400">SVG</a>
20
- <a href="#" class="text-[16px] text-blue-400">PNG</a>
21
- <a href="#" class="text-[16px] text-blue-400">JPG</a>
+ <p class="text-[16px] text-blue-400">SVG</p>
+ <p class="text-[16px] text-blue-400">PNG</p>
+ <p class="text-[16px] text-blue-400">JPG</p>
22
23
</a-card>
24
</div>
0 commit comments