Skip to content

Commit

Permalink
✏️ Edit page metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
CheddarChoi committed Feb 24, 2024
1 parent 9a6d0bb commit da759d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import GlobalStyles from '@/app/GlobalStyles'
const notoSans = Noto_Sans({ subsets: ['latin'], weight: ['400', '700'] })

export const metadata: Metadata = {
title: 'Kixlab Homepage',
description: 'Kixlab is a human-research interaction lab at KAIST',
title: 'KIXLAB',
description: 'KIXLAB is a human-computer interaction research group in the School of Computing at KAIST.',
}

export default function RootLayout({ children }: { children: React.ReactNode }) {
Expand Down

0 comments on commit da759d8

Please sign in to comment.