오타 수정

This commit is contained in:
dohyeons 2025-11-05 15:52:17 +09:00
parent df779ac04c
commit ba934168f0
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ export default function MainPage() {
<Card>
<CardContent className="pt-6">
<div className="space-y-6 text-center">
<h3 className="text-lg font-semibold">Vexolor에 !</h3>
<h3 className="text-lg font-semibold">Vexplor에 !</h3>
<p className="text-muted-foreground"> .</p>
<div className="flex justify-center space-x-2">
<Badge variant="secondary">Node.js</Badge>

View File

@ -18,7 +18,7 @@ export const AUTH_CONFIG = {
export const UI_CONFIG = {
COMPANY_NAME: "VEXPLOR",
COPYRIGHT: "© 2024 VEXPLOR. All rights reserved.",
POWERED_BY: "Powered by Vexolor",
POWERED_BY: "Powered by Vexplor",
} as const;
export const FORM_VALIDATION = {