diff --git a/src/components/home/contentLinkShare.vue b/src/components/home/contentLinkShare.vue index e3602c561..601f17d87 100644 --- a/src/components/home/contentLinkShare.vue +++ b/src/components/home/contentLinkShare.vue @@ -13,14 +13,6 @@ {{ currentList.title === '' ? $t('misc.loading') : currentList.title }}
-
- - {{ $t('user.auth.logout') }} - - - - -
{{ $t('misc.poweredBy') }} diff --git a/src/styles/theme/link-share.scss b/src/styles/theme/link-share.scss index 18fbd0298..a38856f29 100644 --- a/src/styles/theme/link-share.scss +++ b/src/styles/theme/link-share.scss @@ -5,11 +5,6 @@ margin: 2rem 0 1.5rem; } - .logout { - text-align: right; - margin-bottom: 1rem; - } - .column { max-width: 100%; }