Skip to content

Commit

Permalink
fix: add parentheses to isLinux function call
Browse files Browse the repository at this point in the history
  • Loading branch information
plvzfq-rit committed Nov 12, 2024
1 parent 5218500 commit 4e41c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/LandingPageDownload.client.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</n-flex>
</span>

<span v-if="isLinux">
<span v-if="isLinux()">
<n-flex justify="center">
<n-button
type="primary"
Expand Down

0 comments on commit 4e41c33

Please sign in to comment.