Skip to content

Commit 1c653ed

Browse files
phananNataliaTepluhina
authored andcommitted
chore: use product URL as key instead of name (#2380)
1 parent 88e8baf commit 1c653ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/themes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ order: 804
2020
<h2 :id="partner.name">{{partner.name}}</h2>
2121
<blockquote class="theme-partner-description" v-html="partnerDescription"></blockquote>
2222
<div class="themes-grid">
23-
<div v-for="product in partner.products" :key="product.name" class="item-preview">
23+
<div v-for="product in partner.products" :key="product.url" class="item-preview">
2424
<a class="item-preview-img" :href="product.url" rel="sponsored">
2525
<img :src="product.image" :alt="`${product.name} - ${product.description}`" loading="lazy">
2626
</a>

0 commit comments

Comments
 (0)