fix: add internal links
This commit is contained in:
@@ -33,7 +33,7 @@ export function SectionHeader({
|
||||
}: {
|
||||
label?: string;
|
||||
title: string | React.ReactNode;
|
||||
description?: string;
|
||||
description?: string | React.ReactNode;
|
||||
className?: string;
|
||||
align?: 'center' | 'left';
|
||||
as?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
||||
|
||||
Reference in New Issue
Block a user