LogoHeader 수정

This commit is contained in:
yoon 2025-01-09 13:44:46 +09:00
parent 7787f77a29
commit 372d12edb7

View File

@ -1,7 +1,7 @@
<template>
<div class="d-flex justify-content-center align-items-center vh-100">
<div class="container container-p-y rounded bg-white" style="max-width: 500px">
<LogoHeader :logo-url="logoUrl" title="LOCALNET" />
<LogoHeader title="LOCALNET" />
<LoginForm @submit="handleSubmit" />
</div>
</div>