Skip to content

Commit

Permalink
[TM-1487] change img header in learn more dashboard (#696)
Browse files Browse the repository at this point in the history
  • Loading branch information
dottyy authored Nov 22, 2024
1 parent 94a5784 commit f5e587e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/dashboard/components/HeaderDashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ const HeaderDashboard = (props: HeaderDashboardProps) => {

return (
<header
className={classNames("flex max-w-full justify-between gap-3 bg-cover ", {
"bg-dashboardHeader px-4 pb-4 pt-5": !isHomepage,
"bg-about-us-header bg-center px-14 py-10": isHomepage
className={classNames("flex max-w-full justify-between gap-3 bg-dashboardHeader bg-cover", {
"px-4 pb-4 pt-5": !isHomepage,
"bg-center px-14 py-10": isHomepage
})}
>
<div className="flex max-w-full flex-1 flex-wrap gap-3">
Expand Down

0 comments on commit f5e587e

Please sign in to comment.