Skip to content

Commit f4ccb00

Browse files
authored
Merge pull request #65 from cividi/refactor/snapshot-signup-target-blank
Refactor: Snapshot signup target
2 parents 2d41694 + c4edb53 commit f4ccb00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue/src/views/Snapshot.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
<div class="useractions">
8686
<v-btn small block outlined color="primary">
87-
<router-link key="signup" :to="'/' + $i18n.locale + '/signup/'">
87+
<router-link key="signup" :to="'/' + $i18n.locale + '/signup/'" target="_blank">
8888
{{ $t('calltoactionText', { municipalityText: municipalityText }) }}
8989
</router-link>
9090
</v-btn>

0 commit comments

Comments
 (0)