File tree Expand file tree Collapse file tree
devconnect-app/src/app/map/venue-map
devconnect/src/common/components/perks
lib/components/event-schedule-new/zupass Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -196,11 +196,11 @@ export const VenueMap = () => {
196196 svgElement . style . opacity = '0.15' ;
197197 // svgElement.style.transition = 'opacity 0.5s ease-in-out';
198198 svgElement . style . filter = 'none' ;
199- } else if ( hoveredElement ) {
199+ } /* else if (hoveredElement) {
200200 // Hover fallback
201201 svgElement.style.opacity = '0.5';
202202 svgElement.style.filter = 'none';
203- } else {
203+ } */ else {
204204 // Reset fallback
205205 svgElement . style . opacity = '1' ;
206206 svgElement . style . filter = 'none' ;
@@ -302,7 +302,7 @@ export const VenueMap = () => {
302302 ref = { containerRef }
303303 id = "venue-container"
304304 className = { cn (
305- 'relative w-full overflow-hidden grow flex py-8' ,
305+ 'relative w-full overflow-hidden grow flex py-8 md:h-[80vh] ' ,
306306 'gradient-background' ,
307307 css . map ,
308308 zoomLevel === 'zoomed-in' && css [ 'zoomed-in' ] ,
@@ -381,8 +381,6 @@ export const VenueMap = () => {
381381 { group }
382382 </ button >
383383 ) ) }
384-
385- { zoomLevel }
386384 </ div >
387385
388386 { /* Zoom controls */ }
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ const CouponFeed: React.FC<CouponFeedProps> = ({ onCouponsUploaded }) => {
1818 const [ success , setSuccess ] = useState < string | null > ( null )
1919
2020 const couponToUpload = {
21- url : '/dont-push-coupons/apptownhall .csv' ,
22- collection : 'apptownhall ' ,
21+ url : '/dont-push-coupons/defi-today .csv' ,
22+ collection : 'defi-today ' ,
2323 zk_proof_id : 'Devconnect ARG' , // Must match the proof ID used in the perks system
2424 }
2525
Original file line number Diff line number Diff line change @@ -114,6 +114,12 @@ export const eventShops: EventShop[] = [
114114 hide_visit_site : true ,
115115 zupass_disabled : zupassGatingFallbackOn ,
116116 } ,
117+ {
118+ supabase_id : "107" ,
119+ zupass_proof_id : "Devconnect ARG" ,
120+ coupon_collection : "defi-today" ,
121+ zupass_disabled : zupassGatingFallbackOn ,
122+ } ,
117123
118124 // {
119125 // supabase_id: "113", // ethereum argentina
You can’t perform that action at this time.
0 commit comments