Skip to content

Commit

Permalink
Adjust mac button
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Nov 30, 2024
1 parent e6c804e commit 922d685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vitepress/theme/components/Mac.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
}">
<div class="ui labeled button" tabindex="0">
<a dmg class="ui huge inverted download labeled icon positive button w-full"
:class="{ disabled: !artifacts.macDmgArm64, 'md:w-auto': !organized, 'md:w-[45%]': organized }"
:class="{ disabled: !artifacts.macDmgArm64, 'md:w-auto': !organized }"
:href="artifacts.macDmgArm64" @click="trackDownload('mac', 'arm64')">
<i class="icon">
<div class="i-fa6-solid:hard-drive" />
</i>
<span>{{ t("download-dmg") }} (M1)</span>
</a>
<a class="ui huge left pointing positive label" :href="artifacts.macDmg"
<a class="ui basic inverted green left pointing label" :href="artifacts.macDmg"
:class="{ disabled: !artifacts.macDmg }" @click="trackDownload('mac', 'x64')">
X64
</a>
Expand Down

0 comments on commit 922d685

Please sign in to comment.