Skip to content

Commit

Permalink
Change 'Modpack' to 'Modpacks'; Code Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
worldwidepixel authored Jul 8, 2024
1 parent cecac1a commit 1b1c108
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pages/alternatives.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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;
});
}
/*
Expand All @@ -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.",
Expand Down Expand Up @@ -227,5 +227,5 @@ const alternatives = {
},
},
},
}
};
</script>

0 comments on commit 1b1c108

Please sign in to comment.