Skip to content

Commit

Permalink
Updated routes; Added scroll svg
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanMiu committed Feb 18, 2021
1 parent 7763cc6 commit 086dad8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/icons/scroll.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const routes = [
{
path: '/natura2000/sites/c/:site_code',
realPathname: '/natura2000/sites/site',
theme: 'natura2000',
theme: 'n2k',
component: FakeLocation,
renderComponent: App,
routes: [
Expand All @@ -34,7 +34,7 @@ const routes = [
},
{
path: '/natura2000',
theme: 'natura2000',
theme: 'n2k',
component: App, // Change this if you want a different component
routes: [
// Add your routes here
Expand Down

0 comments on commit 086dad8

Please sign in to comment.