Lint + format

This commit is contained in:
dragongoose
2023-11-30 19:23:52 -05:00
parent 7a7382aae6
commit 6169584f6e
6 changed files with 35 additions and 18 deletions

View File

@ -6,7 +6,7 @@ export default {
let version = `${import.meta.env.SAFETWITCH_TAG}-${import.meta.env.SAFETWITCH_COMMIT_HASH}`
if (dev) {
version = version + "-dev"
version = version + '-dev'
}
return {

View File

@ -43,7 +43,11 @@ export default {
<div class="block md:hidden">
<button @click="toggle" class="flex items-center px-3 py-2">
<svg class="fill-current text-contrast h-3 w-3" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg">
<svg
class="fill-current text-contrast h-3 w-3"
viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg"
>
<title>Menu</title>
<path d="M0 3h20v2H0V3zm0 6h20v2H0V9zm0 6h20v2H0v-2z" />
</svg>