Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishit-dagli committed Aug 13, 2021
2 parents b9781f9 + 452296b commit 392ab10
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion webapp/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="TF Watcher is a simple to use Python package and web app which allows you to monitor 👀 your Machine Learning training or testing process on mobile devices 📱 built specially for Google Colab, Azure ML and Kaggle." />
<meta name="description" content="TF Watcher is a simple to use Python package and web app which allows you to monitor your Machine Learning training or testing process on mobile devices built specially for Google Colab, Azure ML and Kaggle." />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>TF Watcher</title>
Expand Down
20 changes: 11 additions & 9 deletions webapp/src/components/TextContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,17 @@ const TextContainer = () => (
Documentation
</Button>
</a>
<Button
bgColor="gray.700"
width="48"
boxShadow="lg"
leftIcon={<FaRocket />}
className="btn"
>
Quickstart
</Button>
<a href="https://rishit-dagli.github.io/TF-Watcher/TF-Watcher-Quickstart.html" target="_blank" rel="noreferrer">
<Button
bgColor="gray.700"
width="48"
boxShadow="lg"
leftIcon={<FaRocket />}
className="btn"
>
Quickstart
</Button>
</a>
</Flex>
</Container>
);
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import ReactDOM from 'react-dom';
import { ChakraProvider } from '@chakra-ui/react';
import App from './App';
import * as serviceWorkerRegistration from './service/serviceWorkerRegistration';
import * as serviceWorkerRegistration from './serviceWorkerRegistration';

ReactDOM.render(
<React.StrictMode>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function register(config) {
navigator.serviceWorker.ready.then(() => {
console.log(
'This web app is being served cache-first by a service '
+ 'worker. To learn more, visit https://cra.link/PWA',
+ 'worker.',
);
});
} else {
Expand Down Expand Up @@ -72,7 +72,7 @@ function registerValidSW(swUrl, config) {
// content until all client tabs are closed.
console.log(
'New content is available and will be used when all '
+ 'tabs for this page are closed. See https://cra.link/PWA.',
+ 'tabs for this page are closed',
);

// Execute callback
Expand Down

0 comments on commit 392ab10

Please sign in to comment.