Update support info
This commit is contained in:
parent
78137550b5
commit
1c3f7000cc
|
|
@ -65,6 +65,16 @@
|
||||||
@click.native="close">Portfolio
|
@click.native="close">Portfolio
|
||||||
</router-link>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
class="content-navigation__item content-navigation__item--secondary"
|
||||||
|
v-if="isSidebar">
|
||||||
|
<a
|
||||||
|
href="https://myskillbox.ch/support"
|
||||||
|
target="_blank"
|
||||||
|
class="content-navigation__link content-navigation__link--secondary"
|
||||||
|
@click="close">Support
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
</template>
|
</template>
|
||||||
|
|
|
||||||
|
|
@ -26,21 +26,17 @@
|
||||||
<div class="default-footer__section">
|
<div class="default-footer__section">
|
||||||
<div class="default-footer__links">
|
<div class="default-footer__links">
|
||||||
<a
|
<a
|
||||||
href="https://www.myskillbox.ch/datenschutz"
|
href="https://myskillbox.ch/datenschutz"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="default-footer__link">Datenschutz</a>
|
class="default-footer__link">Datenschutz</a>
|
||||||
<a
|
<a
|
||||||
href="https://www.myskillbox.ch/impressum"
|
href="https://myskillbox.ch/impressum"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="default-footer__link">Impressum</a>
|
class="default-footer__link">Impressum</a>
|
||||||
<a
|
<a
|
||||||
href="https://www.hep-verlag.ch/agb"
|
href="https://myskillbox.ch/agb"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="default-footer__link">AGB</a>
|
class="default-footer__link">AGB</a>
|
||||||
<a
|
|
||||||
href="https://www.hep-verlag.ch/kontakt-verlag"
|
|
||||||
target="_blank"
|
|
||||||
class="default-footer__link">Kontakt</a>
|
|
||||||
<a
|
<a
|
||||||
href="https://myskillbox.ch/support"
|
href="https://myskillbox.ch/support"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue