diff --git a/.gitignore b/.gitignore
index 6d3dd27..c37c12e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@
/public/storage
/storage/*.key
/vendor
+.env
.env.backup
.env.production
.env.railway
diff --git a/resources/js/Components/Navbar.vue b/resources/js/Components/Navbar.vue
index de42783..d94f63c 100644
--- a/resources/js/Components/Navbar.vue
+++ b/resources/js/Components/Navbar.vue
@@ -9,7 +9,7 @@ import route, {
type RouteParamsWithQueryOverload,
} from "ziggy-js";
import { usePage } from "@inertiajs/vue3";
-import { OhVueIcon } from "oh-vue-icons";
+//import { OhVueIcon } from "oh-vue-icons";
import { isAdmin as checkIsAdmin } from "@/Types/User";
interface Route {
@@ -46,7 +46,7 @@ const isAdmin = checkIsAdmin(props.auth.user);
-
-
+
Login
diff --git a/resources/js/Layouts/AppLayout.vue b/resources/js/Layouts/AppLayout.vue
index 8a88211..c194922 100644
--- a/resources/js/Layouts/AppLayout.vue
+++ b/resources/js/Layouts/AppLayout.vue
@@ -1,38 +1,32 @@
-
-
-
-
-
-
-
-
+
+
-
+
+
+
diff --git a/tailwind.config.js b/tailwind.config.js
index 5bbeaaa..4c629f4 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -19,7 +19,7 @@ export default {
extend: {
fontFamily: {
sans: ["Figtree", ...defaultTheme.fontFamily.sans],
- 'space-grotesk': ['Space Grotesk', 'sans-serif'],
+ "space-grotesk": ["Space Grotesk", "sans-serif"],
},
colors: {
"2023-bg": "rgb(248, 245, 231)",
@@ -29,7 +29,7 @@ export default {
"2023-teal-dark": "rgb(2, 82, 89)",
"2023-orange": "rgb(242, 147, 37)",
"enei-blue": "#0B4F6C",
- "enei-beige": "#dcd7c2"
+ "enei-beige": "#dcd7c2",
},
boxShadow: {
sm: "2px 2px 0 -1px var(--tw-shadow-color, currentColor), 2px 2px 0 0 black",