|
|
|
@ -12,7 +12,8 @@ export interface NavigationProps {
@@ -12,7 +12,8 @@ export interface NavigationProps {
|
|
|
|
|
|
|
|
|
|
export function Navigation(props: NavigationProps) { |
|
|
|
|
return ( |
|
|
|
|
<div className="fixed left-0 right-0 top-0 z-10 flex min-h-[88px] items-center justify-between py-5 px-7"> |
|
|
|
|
<div className="fixed left-0 right-0 top-0 z-20 min-h-[150px] bg-gradient-to-b from-denim-300 via-denim-300 to-transparent sm:from-transparent"> |
|
|
|
|
<div className="flex items-center justify-between py-5 px-7"> |
|
|
|
|
<div |
|
|
|
|
className={`${ |
|
|
|
|
props.bg ? "opacity-100" : "opacity-0" |
|
|
|
@ -51,5 +52,6 @@ export function Navigation(props: NavigationProps) {
@@ -51,5 +52,6 @@ export function Navigation(props: NavigationProps) {
|
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
); |
|
|
|
|
} |
|
|
|
|