1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-26 03:46:06 -05:00

some very minor refactoring/fixing

This commit is contained in:
2021-12-31 08:48:56 -05:00
parent 831f8ffe4c
commit 11d245ad66
19 changed files with 32 additions and 49 deletions

View File

@@ -6,7 +6,7 @@ type Props = {
title: unknown;
};
export default function Content({ title }: Props) {
export default function PageTitle({ title }: Props) {
const router = useRouter();
return (