Skip to content

Commit

Permalink
feat: Add page title to about page
Browse files Browse the repository at this point in the history
  • Loading branch information
reobin committed May 9, 2024
1 parent 6b8ad21 commit 9a1ce5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/about/page.tsx
@@ -1,7 +1,13 @@
import { Metadata } from 'next';

import Header from '@/components/ui/header';

import styles from './page.module.css';

export const metadata: Metadata = {
title: 'about',
};

export default function AboutPage() {
return (
<>
Expand Down

0 comments on commit 9a1ce5c

Please sign in to comment.