Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
const GutterBorderedGrid = () => {
const colWidth = { xs: 4 };
const borderColor = 'grey.500';
const styles = useGutterBorderedGridStyles({ borderColor, height: '80%' });
return (
{Array(3)
.fill(0)
.map((number, i) => (
// eslint-disable-next-line react/no-array-index-key
<h2 style="{{">Content</h2>
))}
);
const ProfileCard = () => {
const styles = useStyles();
const shadowStyles = useFadedShadowStyles();
const borderedGridStyles = useGutterBorderedGridStyles({
borderColor: 'rgba(0, 0, 0, 0.08)',
height: '50%',
});
return (
<h3>Alan Podemski</h3>
<span>Poland</span>
<p>Followers</p>
<p>6941</p>