lottery added to the nav
This commit is contained in:
parent
0b44904874
commit
238e24fa02
|
|
@ -177,6 +177,16 @@ const MobileMenu = () => {
|
|||
}}>
|
||||
Sowgatlar
|
||||
</Link>
|
||||
<Link
|
||||
href={'/lottery/auth'}
|
||||
className="block text-2xl text-white transition-all font-roboto font-bold"
|
||||
style={path.includes('lottery') ? { color: '#FFAB48' } : {}}
|
||||
onClick={() => {
|
||||
setDropDownOpened(false);
|
||||
onClickCloseBurgerHandler();
|
||||
}}>
|
||||
Bije
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
|
|
|||
|
|
@ -147,6 +147,13 @@ const Nav = () => {
|
|||
onClick={() => setDropDownOpened(false)}>
|
||||
Sowgatlar
|
||||
</Link>
|
||||
<Link
|
||||
href={'/lottery/auth'}
|
||||
className="block min-w-fit text-lg text-white transition-all font-roboto font-bold"
|
||||
style={path.includes('lottery') ? { color: '#FFAB48' } : {}}
|
||||
onClick={() => setDropDownOpened(false)}>
|
||||
Bije
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Reference in New Issue