diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-08 12:21:58 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-08 12:21:58 +0200 |
| commit | 8cb0ad1bf5b1cc20bdecf657efdd754a4f28c088 (patch) | |
| tree | 2b6665feca92827640a42bae64b74b8a6fbd1685 /app/client/modules/pix2pix/index.js | |
| parent | 004d0de02c3da6de9d6d0f9d46e8c38f8c8fd068 (diff) | |
footer tracks the location somewhat
Diffstat (limited to 'app/client/modules/pix2pix/index.js')
| -rw-r--r-- | app/client/modules/pix2pix/index.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/client/modules/pix2pix/index.js b/app/client/modules/pix2pix/index.js index 607292e..174398d 100644 --- a/app/client/modules/pix2pix/index.js +++ b/app/client/modules/pix2pix/index.js @@ -20,6 +20,13 @@ function router () { } function links(){ + return [ + { url: '/pix2pix/new/', name: 'new' }, + { url: '/pix2pix/sequences/', name: 'sequences' }, + { name: 'train' }, + { name: 'process' }, + { url: '/pix2pix/live/', name: 'live' }, + ] return ( <span> <span><Link to="/pix2pix/new/">new</Link></span> |
