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="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"> <div className="flex flex-col md:gap-14 gap-6">
<ul className="grid grid-cols-2 gap-3"> <ul className="grid grid-cols-2 gap-3">
<li> {/* <li>
<Link <Link
href={'/news'} href={'/news'}
className="w-full h-full text-left font-roboto text-lg text-white"> className="w-full h-full text-left font-roboto text-lg text-white">
Habarlar Habarlar
</Link> </Link>
</li> </li> */}
<li> <li>
<Link <Link
href={'/advert'} href={'/advert'}

View File

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

View File

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