This commit is contained in:
Baobhan Sith
2025-04-25 08:54:46 +08:00
parent 838ff11395
commit 429e1f89ef
4 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ const handleSubmit = async () => {
<div class="z-10 text-center">
<img src="../assets/logo.png" alt="Project Logo" class="h-20 w-auto mb-5 mx-auto">
<h1 class="text-3xl font-bold mb-2">{{ t('projectName') }}</h1>
<p class="text-base opacity-80">nexus terminal</p> <!-- Example Slogan -->
<p class="text-base opacity-80">{{ t('slogan') }}</p> <!-- Example Slogan -->
</div>
</div>