Skip to content

Commit

Permalink
revert: 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 bb2fc71 commit d55d37f
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

0 comments on commit d55d37f

Please sign in to comment.