Refactor content page header

This commit is contained in:
Kamran Ahmed
2021-08-22 15:40:20 +02:00
parent fe34e7f8d7
commit 85ac2162bc
3 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ type GuideHeaderProps = {
subtitle: string;
};
export function GuideHeader(props: GuideHeaderProps) {
export function ContentPageHeader(props: GuideHeaderProps) {
const { title, subtitle } = props;
return (