This commit is contained in:
Kakabay 2024-10-24 12:48:07 +05:00
parent 37143960f5
commit c7f7e9b030
3 changed files with 6 additions and 6 deletions

View File

@ -13,13 +13,13 @@ const Footer = () => {
<div className="footer-inner py-[22px] md:px-8 md:grid md:grid-cols-footer flex flex-col gap-6 overflow-x-hidden">
<div className="flex flex-col md:gap-14 gap-6">
<ul className="grid grid-cols-2 gap-3">
<li>
{/* <li>
<Link
href={'/news'}
className="w-full h-full text-left font-roboto text-lg text-white">
Habarlar
</Link>
</li>
</li> */}
<li>
<Link
href={'/advert'}

View File

@ -58,7 +58,7 @@ const MobileMenu = () => {
</div>
</div>
<ul className="flex flex-col gap-10 items-start justify-center p-6">
<li>
{/* <li>
<Link
className="block text-3xl text-white transition-all font-roboto font-bold dark:text-white"
onClick={() => onClickCloseBurgerHandler()}
@ -66,7 +66,7 @@ const MobileMenu = () => {
style={path.includes('news') ? { color: '#FFAB48' } : {}}>
Habarlar
</Link>
</li>
</li> */}
<li>
<Link
href={'/treasury'}

View File

@ -49,14 +49,14 @@ const Nav = () => {
/>
</Link>
<ul className="md:flex gap-5 items-center justify-start hidden">
<li>
{/* <li>
<Link
className="block text-lg text-black transition-all font-roboto font-bold dark:text-white"
href={'/news'}
style={path.includes('news') ? { color: '#FFAB48' } : {}}>
Habarlar
</Link>
</li>
</li> */}
<li>
<Link
href={'/treasury'}