this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Seems like this is not needed

Fix See Post button not opening the post

+8 -8
+8 -8
src/components/media-modal.jsx
··· 219 219 : '' 220 220 }`} 221 221 class="button carousel-button media-post-link plain3" 222 - onClick={() => { 223 - // if small screen (not media query min-width 40em + 350px), run onClose 224 - if ( 225 - !window.matchMedia('(min-width: calc(40em + 350px))').matches 226 - ) { 227 - onClose(); 228 - } 229 - }} 222 + // onClick={() => { 223 + // // if small screen (not media query min-width 40em + 350px), run onClose 224 + // if ( 225 + // !window.matchMedia('(min-width: calc(40em + 350px))').matches 226 + // ) { 227 + // onClose(); 228 + // } 229 + // }} 230 230 > 231 231 <span class="button-label">See post </span>&raquo; 232 232 </Link>