Skip to content

Commit 3af4858

Browse files
Mikura-KyoukaSkyBird233
authored andcommitted
fix: incorrect contact link reference in download instruction of Apple Silicon
1 parent 619aea4 commit 3af4858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/download/DownloadDetailsAppleSiliconInstruction.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const linkValue = tm('allUniversalLink');
2424

2525
<p>
2626
{{ t('DownloadDetailsAppleSiliconInstruction.text4') }}
27-
<link-standard :link="useTIndex(linkValue.contact, 2)" />
27+
<link-standard :link="useTIndex(linkValue.local.contact, 2)" />
2828
{{ t('DownloadDetailsAppleSiliconInstruction.text5') }}
2929
</p>
3030
</div>

0 commit comments

Comments
 (0)