diff --git a/js/src/views/Event/Event.vue b/js/src/views/Event/Event.vue index 14fe43f80..f96290106 100644 --- a/js/src/views/Event/Event.vue +++ b/js/src/views/Event/Event.vue @@ -173,8 +173,8 @@ import {ParticipantRole} from "@/types/event.model";
-
-
+
+

{{ $t('Share this event') }}

{{ $t('All the places have already been taken') }} @@ -189,7 +189,8 @@ import {ParticipantRole} from "@/types/event.model";

-
+
+

{{ $t('Add to my calendar') }}

@@ -911,20 +912,21 @@ export default class Event extends EventMixin { h3 { margin-right: 0; - margin-left: auto; } } .add-to-calendar { - background-repeat: no-repeat; - background-size: 400px; - background-position: 10% 50%; - background-image: url('../../assets/undraw_events.svg'); - position: relative; + display: flex; + h3 { + margin-left: 0; cursor: pointer; } + img { + max-width: 400px; + } + &::before { content:""; background: #B3B3B2;