diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-06 01:27:02 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-06 01:27:02 +0200 |
| commit | 2538fbd5471a61d51742281df0e019a2dd4ea24e (patch) | |
| tree | 89f877a86205412b7bf044cd8034ee6c350f204c /app/client/modules/pix2wav/index.js | |
| parent | d3fcd1212f7214b12b04a83d03dfb129c5fbb0a4 (diff) | |
consolidate
Diffstat (limited to 'app/client/modules/pix2wav/index.js')
| -rw-r--r-- | app/client/modules/pix2wav/index.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/client/modules/pix2wav/index.js b/app/client/modules/pix2wav/index.js index 9071d04..a77448c 100644 --- a/app/client/modules/pix2wav/index.js +++ b/app/client/modules/pix2wav/index.js @@ -20,7 +20,8 @@ function router () { function links(){ return ( <span> - <span>datasets</span> + <span><Link to="/pix2wav/datasets/">datasets</Link></span> + <span><Link to="/pix2wav/live/">live</Link></span> </span> ) } |
