Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
export default props => {
const { theme, isDarkMode } = useContext(ThemeContext)
return (
<>
<footer>
<div>
<p>
Open Sourced on{" "}
<a href="https://github.com/johnpolacek/design-system-playground"></a></p></div></footer>
fontWeight: 600,
color: isDarkMode()
? lightness(theme.colors.primary, 0.8)
: "#fff",
}}
href="https://twitter.com/johnpolacek/"
>
@johnpolacek
<p></p>
<p>
<a href="https://github.com/johnpolacek/">
github.com/johnpolacek
</a>
</p>
)
}
const saveTheme = () => {
setPlaygroundView(PlaygroundViews.SAVE)
setPlaygroundHeight("800px")
}
return (
<header>
<div>
</div>
</header>