Skip to content

Instantly share code, notes, and snippets.

@Bwogi
Created January 13, 2022 23:58
Show Gist options
  • Select an option

  • Save Bwogi/b5d2ee107fdc5b019b3e7208257ff876 to your computer and use it in GitHub Desktop.

Select an option

Save Bwogi/b5d2ee107fdc5b019b3e7208257ff876 to your computer and use it in GitHub Desktop.
Checking for different check
const theme = useTheme();
	const matches = useMediaQuery(theme.breakpoints.up('sm'));
	// console.log(matches);
						{matches ? <span style={{}}>Secure Social Media</span> : ''}

thanks to Adnan Niaz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment