Skip to content

Commit

Permalink
style: capitalized
Browse files Browse the repository at this point in the history
  • Loading branch information
ZL-Asica committed Oct 20, 2024
1 parent 72efd57 commit 0ccd041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import PostLayout from '@/components/layout/PostLayout';
import { getConfig } from '@/services/getConfig';

export default async function AboutPage() {
const post: PostData = await getPostData('about', 'about');
const post: PostData = await getPostData('About', 'About');
const config = getConfig();

return <PostLayout post={post} showThumbnail={config.thumbnailAbout} />;
Expand Down

0 comments on commit 0ccd041

Please sign in to comment.