Skip to content

Commit 8d95557

Browse files
committed
Update html tags and added new atributes
1 parent 1eb1cb6 commit 8d95557

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pages/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
<br>
1717
</template>
1818
<template #actions>
19-
<p class="text-[16px] text-blue-400">SVG</p>
20-
<p class="text-[16px] text-blue-400">PNG</p>
21-
<p class="text-[16px] text-blue-400">JPG</p>
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>
2222
</template>
2323
</a-card>
2424
</div>

0 commit comments

Comments
 (0)