️ feat: use h2 for layout title

This commit is contained in:
Wahyu Kurniawan 2024-02-28 13:20:29 +07:00
parent bfb2735143
commit 102d87d9dd
No known key found for this signature in database
GPG Key ID: 040A1549143A8E33

View File

@ -20,7 +20,7 @@ export const CreateProjectLayout = ({
<section {...props} className={cn('h-full flex flex-col', className)}>
<div className="sticky top-0">
<div className="flex px-6 py-4 bg-base-bg items-center gap-4">
<Heading className="flex-1 text-[24px] font-medium">
<Heading as="h2" className="flex-1 text-[24px] font-medium">
Create new project
</Heading>
<Link to={`/${orgSlug}`}>