update links at developer

This commit is contained in:
2021-11-03 15:12:45 +02:00
parent 4f99684eba
commit 0966e18ae7
10 changed files with 11 additions and 11 deletions

View File

@@ -153,7 +153,7 @@
>
<div
v-for="(product, idx) in products"
target="_blank"
:key="idx"
:href="product.link"
class="
@@ -166,7 +166,7 @@
bg-gray-100
"
>
<a :href="product.link">
<a :href="product.link" target="_blank">
<g-image :src="img(product.image)" />
<div class="font-bold text-xl py-5 mx-4">
{{ product.title }}