Skip to content

Commit

Permalink
feat(renaming): Update site title to Substaion
Browse files Browse the repository at this point in the history
  • Loading branch information
dnoishi committed Dec 5, 2023
1 parent 561b27b commit 7ef7bd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<!-- <link rel="manifest" href="%PUBLIC_URL%/manifest.json"> -->
<title>Polkadot Telemetry</title>
<title>Substation</title>
<script type="text/javascript" src="/tmp/env-config.js"></script>
<style>
body, html {
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default class App extends React.Component<{}, {}> {
return (
<div className="App App-no-telemetry">
<OfflineIndicator status={status} />
Waiting for telemetry&hellip;
Waiting for substation&hellip;
</div>
);
}
Expand Down

0 comments on commit 7ef7bd4

Please sign in to comment.