dashboard page view done

This commit is contained in:
wayanrivan
2026-07-02 14:36:32 +07:00
parent 306080f592
commit 46736523fe
19 changed files with 1558 additions and 603 deletions

View File

@ -19,7 +19,7 @@ const Header = () => {
return (
<header
className={clsx(
'flex items-center transition-[height] shrink-0 h-[--tw-header-height] bg-[length:600px] bg-no-repeat bg-red-600',
'flex items-center transition-[height] shrink-0 h-[--tw-header-height] bg-[length:600px] bg-no-repeat bg-blue-600',
headerSticky &&
'transition-[height] fixed z-10 top-0 left-0 right-0 shadow-sm backdrop-blur-md bg-white/70 dark:bg-coal-500/70 dark:border-b dark:border-b-coal-100'
)}