Skip to content

Commit

Permalink
[WEB3-833] Change title for telemetry (#4)
Browse files Browse the repository at this point in the history
* refactor: update title

* chore: update versions
  • Loading branch information
jmontesdeocanuez authored Jul 3, 2024
1 parent ff739ad commit d5cc5d0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![Frontend](https://github.com/paritytech/substrate-telemetry/workflows/Frontend%20CI/badge.svg)
![Backend](https://github.com/paritytech/substrate-telemetry/workflows/Backend%20CI/badge.svg)

# Polkadot Telemetry
# zkVerify Telemetry

## Overview

Expand Down
2 changes: 1 addition & 1 deletion backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ opt-level = 3
[profile.release]
lto = true
panic = "abort"
version = "1.1.0"
version = "1.2.0"
## Enabling these seems necessary to get
## good debug info in Instruments:
# debug = true
Expand Down
2 changes: 1 addition & 1 deletion frontend/assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<title>Polkadot Telemetry</title>
<title>zkVerify Telemetry</title>
<script type="text/javascript" src="/tmp/env-config.js"></script>
<style>
body, html {
Expand Down
4 changes: 2 additions & 2 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@dotstats/frontend",
"version": "1.1.0",
"version": "1.2.0",
"author": "Parity Technologies Ltd. <[email protected]>",
"license": "GPL-3.0",
"description": "Polkadot Telemetry frontend",
"description": "zkVerify Telemetry frontend",
"scripts": {
"start": "webpack serve --mode=development",
"build": "webpack --mode=production",
Expand Down

0 comments on commit d5cc5d0

Please sign in to comment.