link fix
This commit is contained in:
parent
7af242454a
commit
c8a1f478c0
|
@ -98,9 +98,9 @@
|
|||
</v-col>
|
||||
<v-col cols="12" sm="12" md="6" lg="4">
|
||||
<v-hover v-slot:default="{ hover }">
|
||||
<router-link target="_blank"
|
||||
<a target="_blank"
|
||||
class="text-decoration-none"
|
||||
:to="{ name: 'PDSPage' }"
|
||||
href="http://www.cranespds.com"
|
||||
>
|
||||
<div
|
||||
|
||||
|
@ -116,7 +116,7 @@
|
|||
>
|
||||
PDS
|
||||
</div>
|
||||
</router-link>
|
||||
</a>
|
||||
</v-hover>
|
||||
</v-col>
|
||||
</v-row>
|
||||
|
|
Loading…
Reference in New Issue