From 1b1c108ab12164fd60045fc57a0a473352811cf0 Mon Sep 17 00:00:00 2001 From: worldwidepixel <58098422+worldwidepixel@users.noreply.github.com> Date: Sun, 7 Jul 2024 18:44:56 -0700 Subject: [PATCH] Change 'Modpack' to 'Modpacks'; Code Formatting --- pages/alternatives.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/alternatives.vue b/pages/alternatives.vue index 6bfa30a..fda56ec 100644 --- a/pages/alternatives.vue +++ b/pages/alternatives.vue @@ -25,13 +25,13 @@ useSeoMeta({ title: "Alternatives", description: "Essential has many issues. This page provides alternatives.", ogImage: "/img/icon512.png", -}) +}); -const showAlternatives = ref(false) +const showAlternatives = ref(false); if (process.client) { onMounted(() => { - showAlternatives.value = true - }) + showAlternatives.value = true; + }); } /* @@ -49,8 +49,8 @@ TEMPLATE: */ const alternatives = { - Modpack: { - "Vital": { + Modpacks: { + Vital: { description: [ "If you want to have everything neatly organized into one modpack, you can use Vital.", "It has most of the mods on this list, including Cosmetica, World Host, and more.", @@ -227,5 +227,5 @@ const alternatives = { }, }, }, -} +};