feat(background): add cross variant closes #2320

This commit is contained in:
moklick
2022-07-26 18:26:20 +02:00
parent b7322f8f45
commit 7f18bfbe64
7 changed files with 139 additions and 29 deletions
+2 -1
View File
@@ -4,6 +4,7 @@ import '../styles/globals.css';
const routes = [
'/',
'/Backgrounds',
'/ControlledUncontrolled',
'/CustomConnectionLine',
'/CustomNode',
@@ -47,7 +48,7 @@ function MyApp({ Component, pageProps }) {
return (
<>
<header>
<a className='logo' href='https://github.com/wbkd/react-flow'>
<a className="logo" href="https://github.com/wbkd/react-flow">
React Flow Dev
</a>
<select defaultValue={router.pathname} onChange={onRouteChange}>