diff --git a/public/bin/dist/lac_validator-1.0.3-py3-none-any.whl b/public/bin/dist/csc_validator_be_903-0.1.0-py3-none-any.whl similarity index 94% rename from public/bin/dist/lac_validator-1.0.3-py3-none-any.whl rename to public/bin/dist/csc_validator_be_903-0.1.0-py3-none-any.whl index 71d52da..de1075e 100644 Binary files a/public/bin/dist/lac_validator-1.0.3-py3-none-any.whl and b/public/bin/dist/csc_validator_be_903-0.1.0-py3-none-any.whl differ diff --git a/public/bin/dist/cin_validator-0.1.0-py3-none-any.whl b/public/bin/dist/csc_validator_be_cin-0.1.3-py3-none-any.whl similarity index 95% rename from public/bin/dist/cin_validator-0.1.0-py3-none-any.whl rename to public/bin/dist/csc_validator_be_cin-0.1.3-py3-none-any.whl index 8b5039d..912ad58 100644 Binary files a/public/bin/dist/cin_validator-0.1.0-py3-none-any.whl and b/public/bin/dist/csc_validator_be_cin-0.1.3-py3-none-any.whl differ diff --git a/public/index.html b/public/index.html index 6a353cf..fcb6cd8 100644 --- a/public/index.html +++ b/public/index.html @@ -18,13 +18,13 @@
- - \ No newline at end of file diff --git a/src/App.tsx b/src/App.tsx index 77836e1..ddf3936 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -115,8 +115,8 @@ function App(props: AppProps) { } sourceLink='https://github.com/data-to-insight/cin-validator-fe' /> - - + + ) : ( diff --git a/src/Landing.tsx b/src/Landing.tsx index ef9e62f..d262cb9 100644 --- a/src/Landing.tsx +++ b/src/Landing.tsx @@ -39,8 +39,8 @@ const Landing = (props: LandingProps) => { } sourceLink='https://github.com/data-to-insight/cin-validator-fe' /> - - + + ); diff --git a/src/index.tsx b/src/index.tsx index 16f208a..ceeda65 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -18,8 +18,8 @@ const rootEl = document.getElementById('root') as HTMLElement; // set some sensible defaults, in case we bail on attribute selection const tool = rootEl.getAttribute('data-tool') || Tool.Tool903; const wheelPath = - rootEl.getAttribute('data-wheelpath') || - '/bin/dist/lac_validator-1.0.3-py3-none-any.whl'; + rootEl.getAttribute('data-wheelpath') || + '/bin/dist/csc_validator_be_903-0.1.0-py3-none-any.whl'; const Core = () => { const CookieGate = withCookieGate({