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:
@@ -6,7 +6,7 @@ type Props = {
|
||||
title: unknown;
|
||||
};
|
||||
|
||||
export default function Content({ title }: Props) {
|
||||
export default function PageTitle({ title }: Props) {
|
||||
const router = useRouter();
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user