diff --git a/resources/js/Pages/Auth/login.css b/resources/js/Pages/Auth/login.css
index dfb52b3b..855bdcca 100644
--- a/resources/js/Pages/Auth/login.css
+++ b/resources/js/Pages/Auth/login.css
@@ -1,3 +1,3 @@
.container-sm {
max-width: 25%;
-}
\ No newline at end of file
+}/*# sourceMappingURL=login.css.map */
\ No newline at end of file
diff --git a/resources/js/Pages/Transactions/index.css b/resources/js/Pages/Transactions/index.css
index 76f3b54d..a3307faa 100644
--- a/resources/js/Pages/Transactions/index.css
+++ b/resources/js/Pages/Transactions/index.css
@@ -1,3 +1,3 @@
-.col h3 {
+h3 {
background-color: green;
}/*# sourceMappingURL=index.css.map */
\ No newline at end of file
diff --git a/resources/js/Pages/Transactions/index.css.map b/resources/js/Pages/Transactions/index.css.map
index 6a04cbb5..f3a52810 100644
--- a/resources/js/Pages/Transactions/index.css.map
+++ b/resources/js/Pages/Transactions/index.css.map
@@ -1 +1 @@
-{"version":3,"sources":["index.scss","index.css"],"names":[],"mappings":"AACI;EACI,uBAAA;ACAR","file":"index.css"}
\ No newline at end of file
+{"version":3,"sources":["index.scss","index.css"],"names":[],"mappings":"AAAA;EACI,uBAAA;ACCJ","file":"index.css"}
\ No newline at end of file
diff --git a/resources/js/Pages/Transactions/index.scss b/resources/js/Pages/Transactions/index.scss
index 2fbeb4d1..81b5f62c 100644
--- a/resources/js/Pages/Transactions/index.scss
+++ b/resources/js/Pages/Transactions/index.scss
@@ -1,5 +1,3 @@
- .col{
- h3{
- background-color: green;
- }
- }
\ No newline at end of file
+h3 {
+ background-color: green;
+}
\ No newline at end of file
diff --git a/resources/js/Pages/Transactions/index.vue b/resources/js/Pages/Transactions/index.vue
index 899d0198..fe141b51 100644
--- a/resources/js/Pages/Transactions/index.vue
+++ b/resources/js/Pages/Transactions/index.vue
@@ -12,27 +12,31 @@ import { Head } from "@inertiajs/vue3";
Transactions
-
-
-
Incomes
-
-
-
- |
- {{ column }}
- |
-
-
- | {{ item.amount }} |
- {{ item.description }} |
- {{ item.date }} |
- {{ item.label }} |
-
-
-
-
-
-
+
+
+
+
Incomes
+
+
+
+ |
+ {{ column }}
+ |
+
+
+ | {{ item.amount }} |
+ {{ item.description }} |
+ {{ item.date }} |
+ {{ item.label }} |
+
+
+
+
diff --git a/vendor/laravel/sail/runtimes/8.3/Dockerfile b/vendor/laravel/sail/runtimes/8.3/Dockerfile
index 0a736350..8223a95f 100644
--- a/vendor/laravel/sail/runtimes/8.3/Dockerfile
+++ b/vendor/laravel/sail/runtimes/8.3/Dockerfile
@@ -59,6 +59,7 @@ RUN setcap "cap_net_bind_service=+ep" /usr/bin/php8.3
RUN userdel -r ubuntu
#RUN groupadd --force -g $WWWGROUP sail
+RUN groupadd --force -g sail
RUN useradd -ms /bin/bash --no-user-group -g $WWWGROUP -u 1337 sail
COPY start-container /usr/local/bin/start-container