Skip to content

Commit

Permalink
Remove (comment) reasons why
Browse files Browse the repository at this point in the history
  • Loading branch information
blryface authored Jan 9, 2025
1 parent 25e27a6 commit bb2fc71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<NEButton class="w-fit sm:px-20 px-15 py-8" to="/alternatives">
<LucideArrowUpRight /> {{ $t("landing.buttons.alternatives") }}
</NEButton>

<!--
<PageHero
v-if="showReasons === true"
:title="$t('reasonsWhy.hero')"
Expand Down Expand Up @@ -68,7 +68,7 @@ const altMessages = JSON.parse(
)
const reasonsWhy = [
{
{
title: altMessages.reasons.incompatibility.name,
body: altMessages.reasons.incompatibility.explainer,
},
Expand All @@ -93,7 +93,7 @@ const reasonsWhy = [
body: altMessages.reasons.force_install.explainer,
},
]
-->
useSeoMeta({
title: "Home",
description:
Expand Down

1 comment on commit bb2fc71

@blryface
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😭 i thought i'd need to pr???

Please sign in to comment.