From 1ba5cc40724cabfbe4c6b150fb1f89dc9b240457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90?= Date: Mon, 5 Dec 2022 02:59:33 +0800 Subject: [PATCH] refactor: use escaped middot --- components/nav/NavFooter.vue | 4 ++-- components/status/StatusDetails.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/nav/NavFooter.vue b/components/nav/NavFooter.vue index 30a6406c..23d2a407 100644 --- a/components/nav/NavFooter.vue +++ b/components/nav/NavFooter.vue @@ -48,7 +48,7 @@ const buildTimeAgo = useTimeAgo(buildTime, timeAgoOptions) - · + · {{ buildCommit.slice(0, 7) }} - · GitHub + · GitHub diff --git a/components/status/StatusDetails.vue b/components/status/StatusDetails.vue index 0616f8ad..45b7933e 100644 --- a/components/status/StatusDetails.vue +++ b/components/status/StatusDetails.vue @@ -53,12 +53,12 @@ const visibility = $computed(() => STATUS_VISIBILITIES.find(v => v.value === sta {{ $t('state.edited') }} -
·
+
·
- · {{ status.application?.name }} + · {{ status.application?.name }}