mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-06 06:23:53 +05:00
anix/feat: add filters modal with country, category, genre and lists exclusion filters
This commit is contained in:
parent
d3b198c6bc
commit
777fb5b82b
9 changed files with 396 additions and 18 deletions
|
@ -65,7 +65,7 @@ export const NavBarPc = (props: { setIsSettingModalOpen: any }) => {
|
|||
<div className="container flex items-center justify-between h-full px-2 mx-auto">
|
||||
<div className="flex items-center h-full gap-3">
|
||||
{NavbarItems.map((item) => {
|
||||
if (item.auth && !userStore.isAuth) return <></>;
|
||||
if (item.auth && !userStore.isAuth) return;
|
||||
return (
|
||||
<Link
|
||||
href={item.href}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue