Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ import { pretendard } from '../lib/fonts';
import { Providers } from './providers';

export const metadata: Metadata = {
title: 'Create Next App',
description: 'Generated by create next app',
title: 'WeGo',
description: 'WeGo에서 새로운 인연들을 만나보세요!',
icons: './favicon.svg',
};

initMocks();
Expand Down