Skip to content

Commit

Permalink
open telemetry link in new tab (#5121)
Browse files Browse the repository at this point in the history
  • Loading branch information
zivillian committed Nov 11, 2022
1 parent 03cf93f commit 451be5e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion assets/js/components/TelemetrySettings.vue
Expand Up @@ -14,7 +14,10 @@
<label for="telemetryEnabled">
{{ $t("footer.telemetry.optIn") }}
<i18n-t v-if="sponsor" tag="span" keypath="footer.telemetry.optInMoreDetails">
<a href="https://docs.evcc.io/docs/guides/setup/#telemetry--community-daten">
<a
href="https://docs.evcc.io/docs/guides/setup/#telemetry--community-daten"
target="_blank"
>
{{ $t("footer.telemetry.optInMoreDetailsLink") }}
</a>
</i18n-t>
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.html
Expand Up @@ -20,8 +20,8 @@
<meta name="theme-color" content="#020318" />

<title>evcc</title>
<script type="module" crossorigin src="./assets/index.e8c76371.js"></script>
<link rel="stylesheet" href="./assets/index.ab3ceb62.css">
<script type="module" crossorigin src="./assets/index.9a0a4bb1.js"></script>
<link rel="stylesheet" href="./assets/index.f6aa52fd.css">
</head>

<body>
Expand Down

0 comments on commit 451be5e

Please sign in to comment.