diff --git a/frontend/src/components/Discussions.vue b/frontend/src/components/Discussions.vue
index bc1d55ae..84a48422 100644
--- a/frontend/src/components/Discussions.vue
+++ b/frontend/src/components/Discussions.vue
@@ -11,7 +11,7 @@
@@ -23,7 +23,7 @@
{{ topic.user.full_name }}
-
+
{{ timeAgo(topic.creation) }}
diff --git a/frontend/src/components/MobileLayout.vue b/frontend/src/components/MobileLayout.vue
index 51c118d8..b90d6759 100644
--- a/frontend/src/components/MobileLayout.vue
+++ b/frontend/src/components/MobileLayout.vue
@@ -1,13 +1,13 @@