diff --git a/src/components/sidebar/Sidebar.vue b/src/components/sidebar/Sidebar.vue
index 1686ad0..998f751 100644
--- a/src/components/sidebar/Sidebar.vue
+++ b/src/components/sidebar/Sidebar.vue
@@ -2,7 +2,7 @@
@@ -16,7 +16,8 @@
SPK
Daftar SPK
- Buat SPK
+ Buat
+ SPK
@@ -74,7 +75,7 @@ import {
Setting,
} from "@element-plus/icons-vue";
import { useUserStore } from "@/stores/user";
-
+const app = import.meta.env.VITE_APP_TITLE;
const user = useUserStore();
diff --git a/src/views/LoginView.vue b/src/views/LoginView.vue
index 2ec2df9..ee495bb 100644
--- a/src/views/LoginView.vue
+++ b/src/views/LoginView.vue
@@ -1,14 +1,14 @@
- Selamat Datang! 👋
+ Selamat Datang di {{ app }} 👋
@@ -44,6 +44,8 @@ import type { FormInstance, FormRules } from "element-plus";
import { useAuthStore } from "@/stores/auth";
import { ElNotification } from "element-plus";
+const app = import.meta.env.VITE_APP_TITLE;
+
const initialState = {
email: "",
password: "",