diff options
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/' }, |
