Open shop link in new tab
This commit is contained in:
parent
87a89e564c
commit
95a15eae6a
|
|
@ -166,6 +166,7 @@ const profileDropdownData: DropdownListItem[] = [
|
|||
<div class="hidden lg:block flex-auto"></div>
|
||||
<a
|
||||
class="nav-item"
|
||||
target="_blank"
|
||||
href="https://bildung.vbv.ch/ilp/pages/catalogsearch.jsf"
|
||||
>Shop</a
|
||||
>
|
||||
|
|
|
|||
|
|
@ -67,7 +67,14 @@ const clickLink = (to: string | undefined) => {
|
|||
</div>
|
||||
<div class="mt-6 pb-6 border-b">
|
||||
<ul>
|
||||
<li>Shop</li>
|
||||
<li>
|
||||
<a
|
||||
class="nav-item"
|
||||
target="_blank"
|
||||
href="https://bildung.vbv.ch/ilp/pages/catalogsearch.jsf"
|
||||
>Shop</a
|
||||
>
|
||||
</li>
|
||||
<li class="mt-6">
|
||||
<button @click="clickLink(`/media/versicherungsvermittlerin-media`)">
|
||||
{{ $t("mediaLibrary.title") }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue