⚡️ feat: use h2
for layout title
This commit is contained in:
parent
bfb2735143
commit
102d87d9dd
@ -20,7 +20,7 @@ export const CreateProjectLayout = ({
|
|||||||
<section {...props} className={cn('h-full flex flex-col', className)}>
|
<section {...props} className={cn('h-full flex flex-col', className)}>
|
||||||
<div className="sticky top-0">
|
<div className="sticky top-0">
|
||||||
<div className="flex px-6 py-4 bg-base-bg items-center gap-4">
|
<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
|
Create new project
|
||||||
</Heading>
|
</Heading>
|
||||||
<Link to={`/${orgSlug}`}>
|
<Link to={`/${orgSlug}`}>
|
||||||
|
Loading…
Reference in New Issue
Block a user