Update login view title

This commit is contained in:
Dede Fuji Abdul 2024-01-15 16:14:20 +07:00
parent fe4bbc2fe7
commit 61f0c8cf88

View File

@ -19,7 +19,7 @@ onMounted(() => {
<div class="flex flex-row"> <div class="flex flex-row">
<div class="flex flex-col md:mr-6"> <div class="flex flex-col md:mr-6">
<img :src="Icon" alt="logo" class="w-[266px] mb-8" /> <img :src="Icon" alt="logo" class="w-[266px] mb-8" />
<h1 class="mb-2 text-3xl text-dark">Lebet/Login</h1> <h1 class="mb-2 text-3xl text-dark">Lebet/Login/Masuk</h1>
<p class="mb-6 font-medium text-gray-400">Selamat datang kembali</p> <p class="mb-6 font-medium text-gray-400">Selamat datang kembali</p>
<form @submit.prevent="authStore.login" class="flex flex-col"> <form @submit.prevent="authStore.login" class="flex flex-col">