Skip to content

Commit

Permalink
enhance: update page heading ui.
Browse files Browse the repository at this point in the history
  • Loading branch information
MdAsifHossainNadim committed Dec 17, 2024
1 parent 66f84ea commit 3e3ddd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Layout/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const Header = ( { title = '' } ) => {
<div className="flex items-center sm:flex-wrap md:flex-nowrap">
<Slot name="dokan-before-header" />
<div className="dokan-header-title flex-1">
{ title && (<h1 className="mb-4 text-3xl font-extrabold text-gray-900 dark:text-white md:text-5xl lg:text-6xl">{title}</h1>)}
{ title && (<h1 className="mb-4 text-3xl font-semibold text-gray-800 dark:text-white md:text-4xl lg:text-4xl">{title}</h1>)}
</div>
<div className="dokan-header-actions flex flex-1 gap-2.5 md:justify-end">
<Slot name="dokan-header-actions" fillProps={ { navigate } }/>
Expand Down

0 comments on commit 3e3ddd0

Please sign in to comment.