fix: use some more semantic elements

This commit is contained in:
Daniel Roe 2022-11-27 23:29:21 +00:00
parent d0ec3676b8
commit d40b27982c
No known key found for this signature in database
GPG key ID: 22D5008E4F5D9B55
4 changed files with 10 additions and 8 deletions

View file

@ -7,7 +7,7 @@ const { notification } = defineProps<{
</script>
<template>
<div flex flex-col>
<article flex flex-col>
<template v-if="notification.type === 'follow'">
<div flex ml-4 items-center>
<div i-ri:user-follow-fill mr-3 color-primary />
@ -57,5 +57,5 @@ const { notification } = defineProps<{
[DEV] MISSING notification.type: '{{ notification.type }}'
</div>
</template>
</div>
</article>
</template>