Skip to content
Snippets Groups Projects

Fix: Clickable link on banner

Merged Benedikt Heinrichs requested to merge Issue/2879-shortTermBanner2 into main
7 files
+ 65
16
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -10,7 +10,7 @@
<span class="font-weight-bold">
{{ `${messageType}${$t("banner.separator")}` }}
</span>
{{ messageBody }}
<span v-dompurify-html="messageBody"></span>
<span v-if="maintenance.href">
{{ $t("banner.maintenance.linkText") }}
<a :href="maintenance.href" target="_blank"
@@ -23,6 +23,7 @@
<script lang="ts">
import { defineComponent } from "vue";
// import the main store
import useMainStore from "@/store/index";
import type { MaintenanceDto } from "@coscine/api-client/dist/types/Coscine.Api";
Loading