Skip to content

Commit

Permalink
Reverse course, 500 returns
Browse files Browse the repository at this point in the history
  • Loading branch information
worldwidepixel committed Jul 17, 2024
1 parent c1e225f commit 7893dd9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions pages/experiments.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
</option>
</NESelect>
</div>
<!-- COMMENTED OUT TEMPORARILY
<div
class="flex flex-col gap-2 border-2 rounded-xl p-5 border-[var(--text-colour)]"
>
Expand All @@ -44,7 +45,7 @@
secondary
>Set to {{ !whyNot }}</NEButton
>
</div>
</div>-->
</div>
</div>
</template>
Expand All @@ -54,7 +55,7 @@ useSeoMeta({
title: "Experiments",
})
const whyNot = useCookie("whyNotEssential", { default: false })
//const whyNot = useCookie("whyNotEssential", { default: false })
const { locale, locales, setLocale } = useI18n()
Expand Down
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="whyNot === true"
title="WHY?"
Expand All @@ -38,7 +38,7 @@
<span v-if="whyNot === true" class="flex flex-row gap-2"
>with<LucideHeart class="stroke-[var(--brand-blue)]" /> from all at the
NotEssential team
</span>
</span>-->
</div>
</template>

Expand All @@ -49,7 +49,7 @@ if (Math.floor(Math.random() * 10000) === 0) {
minecraftText.value = "MINCERAFT"
}
const whyNot = useCookie("whyNotEssential", { default: false })
//const whyNot = useCookie("whyNotEssential", { default: false })
const reasonsWhy = [
{
Expand Down

0 comments on commit 7893dd9

Please sign in to comment.