atuazlização
This commit is contained in:
parent
2f7cdd08b8
commit
63db49be67
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ export const Navbar: React.FC<NavbarProps> = ({ onNavigate, currentPage }) => {
|
||||||
onNavigate('register');
|
onNavigate('register');
|
||||||
setIsAccountDropdownOpen(false);
|
setIsAccountDropdownOpen(false);
|
||||||
}}
|
}}
|
||||||
className="w-full bg-purple-600 text-white hover:bg-purple-700 focus:ring-purple-500 rounded-xl"
|
className="w-full bg-[#4B3061] text-white hover:bg-[#3A2450] focus:ring-[#3A2450] rounded-xl"
|
||||||
>
|
>
|
||||||
Cadastre-se agora
|
Cadastre-se agora
|
||||||
</Button>
|
</Button>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue