Skip to content

Commit

Permalink
feat(webapp): Update app name
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier506 committed Jul 3, 2024
1 parent d16ce17 commit 23c4186
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hapi/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "eosiodashboard",
"name": "antelopetools",
"version": "1.0.0",
"description": "Antelope Tools BackEnd",
"repository": "https://github.com/edenia/antelope-tools.git",
Expand Down
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "eosiodashboard",
"name": "antelopetools",
"version": "v0.1.11",
"description": "Antelope Tools WebApp",
"repository": "https://github.com/edenia/antelope-tools.git",
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/config/general.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const disabledMenuItems = JSON.parse(
)
export const appVersion =
process.env.REACT_APP_VERSION.split('/').pop() || 'v1.0'
export const appName = process.env.REACT_APP_NAME || 'eosiodashboard'
export const appName = process.env.REACT_APP_NAME || 'antelopetools'
export const networkLinks = process.env.REACT_APP_NETWORK_URL
? JSON.parse(process.env.REACT_APP_NETWORK_URL)
: []
Expand Down
2 changes: 1 addition & 1 deletion webapp/src/config/ual.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Anchor } from 'ual-anchor'

const appName = process.env.REACT_APP_EOS_APP_NAME || 'eosiodashboard'
const appName = process.env.REACT_APP_EOS_APP_NAME || 'antelopetools'
const network = {
chainId:
process.env.REACT_APP_EOS_CHAIN_ID ||
Expand Down

0 comments on commit 23c4186

Please sign in to comment.