diff --git a/apps/frontend/src/layout/AppLayout.vue b/apps/frontend/src/layout/AppLayout.vue
index 8173076..db10cbd 100644
--- a/apps/frontend/src/layout/AppLayout.vue
+++ b/apps/frontend/src/layout/AppLayout.vue
@@ -5,16 +5,17 @@
- {{ t('code.authoredBy') }} {{ commit.author.name }} {{ t('code.on') }} {{ formatDateTime(commit.date) }}
+ {{ t('code.authoredBy') }} {{ commit.author.name }} {{ t('code.on') }} {{ formatDateTime(commit.date) }}
{{ commit.sha.substring(0, 7) }}
diff --git a/apps/frontend/src/page/contact/ContactPage.vue b/apps/frontend/src/page/contact/ContactPage.vue
index 1ca627e..183b198 100644
--- a/apps/frontend/src/page/contact/ContactPage.vue
+++ b/apps/frontend/src/page/contact/ContactPage.vue
@@ -4,9 +4,7 @@
{{ t('contact.title') }}
{{ t('contact.subtitle') }}
-
+
{{ t('contact.joinDiscord') }}
@@ -32,15 +30,15 @@
@@ -57,8 +57,8 @@
{{ t('howtos.noDesc') }}
@@ -66,9 +66,7 @@