Skip to content

Commit

Permalink
fix: fix typo in metadata of signup
Browse files Browse the repository at this point in the history
  • Loading branch information
moolmin committed Oct 5, 2024
1 parent a8d5da9 commit 5c1fe16
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(pages)/signup/email/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Metadata } from 'next';

export const metadata: Metadata = {
title: '4Q | 회원가입',
title: '회원가입',
};

export default function Layout({ children }: { children: React.ReactNode }) {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5c1fe16

Please sign in to comment.