File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ export default function SchemePage() {
383383 </ div >
384384 ) }
385385 { /* contacts */ }
386- { scheme . contact && scheme . planningArea && (
386+ { scheme . contact && (
387387 < div className = "flex flex-col gap-2" >
388388 < span className = "font-bold uppercase text-xs text-slate-500" >
389389 Contact
Original file line number Diff line number Diff line change 11"use client" ;
2- import { SendIcon } from "@/assets/icons/send-icon" ;
32import logoImg from "@/assets/logo.jpg" ;
43import {
5- Button ,
64 Navbar ,
75 NavbarBrand ,
86 NavbarContent ,
@@ -100,7 +98,7 @@ export default function MainHeader() {
10098
10199 < NavbarContent justify = "end" >
102100 { /* Telegram Bot Button - Desktop */ }
103- < NavbarItem className = "hidden md:flex" >
101+ { /* <NavbarItem className="hidden md:flex">
104102 <Button
105103 as={Link}
106104 href="https://t.me/SchemesSGBot"
@@ -111,10 +109,10 @@ export default function MainHeader() {
111109 <SendIcon className="text-blue-500 group-hover:text-white transition-colors" />
112110 <span className="ml-0 font-semibold">SchemesSGBot</span>
113111 </Button>
114- </ NavbarItem >
112+ </NavbarItem> */ }
115113
116114 { /* Telegram Bot Button - Mobile */ }
117- < NavbarItem className = "md:hidden" >
115+ { /* <NavbarItem className="md:hidden">
118116 <Link
119117 href="https://t.me/SchemesSGBot"
120118 target="_blank"
@@ -129,7 +127,7 @@ export default function MainHeader() {
129127 <span className="ml-0 font-semibold">SchemesSGBot</span>
130128 </Button>
131129 </Link>
132- </ NavbarItem >
130+ </NavbarItem> */ }
133131
134132 < NavbarMenuToggle
135133 aria-label = { isMenuOpen ? "Close menu" : "Open menu" }
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ function SchemesFilter({
152152 className = "w-full min-w-[150px]"
153153 classNames = { {
154154 trigger : "bg-schemes-lightblue" ,
155- popoverContent : "w-max" ,
155+ popoverContent : "w-max max-w-[300px] absolute right-0 " ,
156156 } }
157157 selectedKeys = { selectedAgencies }
158158 onSelectionChange = { ( keys ) =>
You can’t perform that action at this time.
0 commit comments