Lint + format
This commit is contained in:
@ -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 {
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user