Change update UI Signin

This commit is contained in:
Thien Pham Van
2026-01-28 14:55:28 +07:00
parent 576a50c113
commit 4abf0af565
2 changed files with 253 additions and 73 deletions

View File

@@ -1,7 +1,19 @@
<template>
<div>
<a @click="$router.push('/signin')">
<div class="logo">
<a class="link" @click="$router.push('/signin')">
<img width="90px" src="/logo.png" />
</a>
</div>
</template>
</template>
<style>
.logo,
.logo .link {
display: flex;
justify-content: center;
align-items: center;
}
.logo .link {
text-decoration: none;
}
</style>