From e236c5eb585d95a985e58c467aaf4ec1e88422a4 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Wed, 5 May 2021 14:16:10 -0600 Subject: [PATCH] Removing host from the top of the page We already have this at the bottom and it adds more visual clutter --- src/views/activity/Activity.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/views/activity/Activity.vue b/src/views/activity/Activity.vue index 9f510e38..f0ce23d5 100644 --- a/src/views/activity/Activity.vue +++ b/src/views/activity/Activity.vue @@ -4,8 +4,6 @@ div div.mb-2 ul.list-group.list-group-horizontal-md.mb-3(style="font-size: 0.9em; opacity: 0.7") - li.list-group-item.pl-0.pr-3.py-0(style="border: 0") - | #[b Host:] {{ host }} li.list-group-item.pl-0.pr-3.py-0(style="border: 0") | #[b Time active:] {{ $store.state.activity.active.duration | friendlyduration }}