Skip to content

Commit

Permalink
feat: add button icons to Windows buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
plvzfq-rit committed Nov 12, 2024
1 parent bd7151a commit fd4baeb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/LandingPageDownload.client.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
style="height: 3.2em"
>
<template #icon>
<n-icon></n-icon>
<n-icon><Icon name="material-symbols:download"/></n-icon>
</template>
<a
class="text-2xl"
Expand All @@ -31,6 +31,9 @@
size="large"
style="height: 3.2em"
>
<template #icon>
<n-icon><Icon name="material-symbols:download"/></n-icon>
</template>
<a
class="text-2xl"
href="/download/win_zip"
Expand Down

0 comments on commit fd4baeb

Please sign in to comment.