Skip to content

Commit

Permalink
change app ci/cd /deploy-app
Browse files Browse the repository at this point in the history
  • Loading branch information
yeabmoh committed Dec 11, 2024
1 parent 505716f commit c3d2bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend-react/src/components/layout/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function Header() {

return (
<header
className={`fixed w-full top-0 z-50 transition-all duration-300 ${isScrolled ? 'bg-black/90' : 'bg-transparent'
className={`fixed w-full top-0 z-50 transition-all duration-300 ${isScrolled ? 'bg-sky-700' : 'bg-transparent'
}`}
>
<div className="container mx-auto px-4 h-20 flex items-center justify-between">
Expand Down

0 comments on commit c3d2bfa

Please sign in to comment.