Refactor UX to remove useless page
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -16,7 +16,7 @@ import type { PropsWithChildren, ReactNode } from "react";
|
||||
|
||||
type Props = PropsWithChildren<{
|
||||
title: ReactNode;
|
||||
description?: string | null;
|
||||
description?: ReactNode;
|
||||
}>;
|
||||
|
||||
export function PageHeader({ title, description, children }: Props) {
|
||||
|
||||
Reference in New Issue
Block a user