Yvonne Priscilla commited on
Commit ·
daca862
1
Parent(s): a3718f1
change layout background image
Browse files
public/dashboard/Background.png
CHANGED
|
|
src/components/dashboard/header-menu.tsx
CHANGED
|
@@ -195,7 +195,7 @@ export function HeaderMenu() {
|
|
| 195 |
<DynamicBreadcrumb />
|
| 196 |
<div className="text-sm text-gray-500">{dateStr}</div>
|
| 197 |
</header>
|
| 198 |
-
<header className="h-16 bg-white border-b border-gray-200 px-8 flex items-center justify-between">
|
| 199 |
<h1 className="text-base font-bold text-foreground relative z-10">
|
| 200 |
Recruitment AI Dashboard – MT Intake
|
| 201 |
</h1>
|
|
|
|
| 195 |
<DynamicBreadcrumb />
|
| 196 |
<div className="text-sm text-gray-500">{dateStr}</div>
|
| 197 |
</header>
|
| 198 |
+
<header className="h-16 bg-white border-b border-gray-200 px-8 flex items-center justify-between bg-[url(/dashboard/background.png)] bg-cover">
|
| 199 |
<h1 className="text-base font-bold text-foreground relative z-10">
|
| 200 |
Recruitment AI Dashboard – MT Intake
|
| 201 |
</h1>
|