diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-06 04:53:06 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-06 04:53:06 +0200 |
| commit | e6c36a6d2e7e13e41a6b4ee8c1d120f4050eddb9 (patch) | |
| tree | 13c750e34ae81f0ed5e03883c930b42566fbc0a9 /public/bundle.js | |
| parent | 0bdec1443955fb35551f706c4e453e47808c5cca (diff) | |
linkxg
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/public/bundle.js b/public/bundle.js index ecd84b0..21ff9c9 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -6110,7 +6110,12 @@ function links() { (0, _preact.h)( 'span', null, - 'Process' + 'train' + ), + (0, _preact.h)( + 'span', + null, + 'process' ), (0, _preact.h)( 'span', @@ -7099,6 +7104,16 @@ function links() { (0, _preact.h)( 'span', null, + 'train' + ), + (0, _preact.h)( + 'span', + null, + 'process' + ), + (0, _preact.h)( + 'span', + null, (0, _preact.h)( _reactRouterDom.Link, { to: '/pix2wav/live/' }, |
