This commit is contained in:
Rares Pop 2022-02-24 00:08:25 +02:00
parent 7af242454a
commit c8a1f478c0
1 changed files with 3 additions and 3 deletions

View File

@ -98,9 +98,9 @@
</v-col> </v-col>
<v-col cols="12" sm="12" md="6" lg="4"> <v-col cols="12" sm="12" md="6" lg="4">
<v-hover v-slot:default="{ hover }"> <v-hover v-slot:default="{ hover }">
<router-link target="_blank" <a target="_blank"
class="text-decoration-none" class="text-decoration-none"
:to="{ name: 'PDSPage' }" href="http://www.cranespds.com"
> >
<div <div
@ -116,7 +116,7 @@
> >
PDS PDS
</div> </div>
</router-link> </a>
</v-hover> </v-hover>
</v-col> </v-col>
</v-row> </v-row>