From d40b27982cfff66444d174fd10507185484f2bc2 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Sun, 27 Nov 2022 23:29:21 +0000 Subject: [PATCH] fix: use some more semantic elements --- components/conversation/ConversationCard.vue | 4 ++-- components/nav/NavFooter.vue | 8 +++++--- components/notification/NotificationCard.vue | 4 ++-- components/timeline/TimelinePaginator.vue | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/components/conversation/ConversationCard.vue b/components/conversation/ConversationCard.vue index e8bd507d..e79a4f4f 100644 --- a/components/conversation/ConversationCard.vue +++ b/components/conversation/ConversationCard.vue @@ -7,11 +7,11 @@ const props = defineProps<{ diff --git a/components/nav/NavFooter.vue b/components/nav/NavFooter.vue index 152f51ab..5ce5f787 100644 --- a/components/nav/NavFooter.vue +++ b/components/nav/NavFooter.vue @@ -4,7 +4,7 @@ const buildTimeAgo = useTimeAgo(buildTime) diff --git a/components/notification/NotificationCard.vue b/components/notification/NotificationCard.vue index b2bbfe00..326f102a 100644 --- a/components/notification/NotificationCard.vue +++ b/components/notification/NotificationCard.vue @@ -7,7 +7,7 @@ const { notification } = defineProps<{ diff --git a/components/timeline/TimelinePaginator.vue b/components/timeline/TimelinePaginator.vue index 7987ae40..6f56e8d7 100644 --- a/components/timeline/TimelinePaginator.vue +++ b/components/timeline/TimelinePaginator.vue @@ -11,7 +11,7 @@ const { paginator } = defineProps<{