0351d front end linting (#377)

* feat: disable custom script for  trial users

* after lint fix

* frontend linting

---------

Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
Favour Olayinka
2024-04-15 18:39:03 +01:00
committed by GitHub
parent 8d35fc8b1a
commit bcd45ce8a6
228 changed files with 17036 additions and 8744 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="basic-layout flex items-center justify-center m-0">
<slot/>
<slot />
</div>
</template>
@@ -16,7 +16,7 @@
padding: 0 25px;
font-size: 12px;
font-weight: 600;
letter-spacing: .1rem;
letter-spacing: 0.1rem;
text-decoration: none;
text-transform: uppercase;
}

View File

@@ -2,7 +2,6 @@
<div class="main-layout min-h-screen flex flex-col">
<Navbar />
<slot class="flex-grow">
</slot>
<slot class="flex-grow" />
</div>
</template>