feat/dashboard #185

Merged
hyeonsu merged 14 commits from feat/dashboard into main 2025-11-05 16:54:25 +09:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit ba934168f0 - Show all commits

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 = {