Skip to content

Commit

Permalink
Code Formatting II: Electric Nothingness
Browse files Browse the repository at this point in the history
  • Loading branch information
worldwidepixel committed Jul 8, 2024
1 parent 1b1c108 commit ea1993e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="flex justify-center flex-col p-6 gap-8">
<nav
class="sm:mx-[5%] text-[color:var(--big-text-colour)] select-none font-bold bg-[color:var(--brand-colour)] w-[calc(100%-1.5rem-var(--scrollbar-width))] p-2.5 rounded-3xl flex flex-row items-center text-base justify-between gap-6"
class="sm:mx-[5%] text-[color:var(--big-text-colour)] select-none font-bold bg-[color:var(--brand-colour)] w-[calc(100%-1.5rem-var(--scrollbar-width))] p-2.5 flex flex-row items-center text-base justify-between gap-6"
>
<NuxtLink
class="font-[500] italic text-lg flex items-center flex-row gap-4 tracking-wider"
Expand Down
10 changes: 5 additions & 5 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 Down Expand Up @@ -227,5 +227,5 @@ const alternatives = {
},
},
},
};
}
</script>

0 comments on commit ea1993e

Please sign in to comment.