Skip to content

Commit

Permalink
fix typo that broke some icons
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Jul 6, 2024
1 parent 44561fc commit 8d00e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/download/download-line.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default {
:class="['btn', 'btn-dark', 'btn-dl', { 'mobile': originMobileIndex > 0 }]"
:href="origin"
>
<i class="fas">{{ downloadFormat[originMobile]?.icon || "" }}</i>
<i class="fas">{{ downloadFormat[originKey]?.icon || "" }}</i>
<span class="link-text">{{ downloadFormat[originKey]?.text || originKey }}</span>
</a>
</template>
Expand Down

0 comments on commit 8d00e7a

Please sign in to comment.