Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
xavier506 committed Aug 20, 2021
2 parents 57317a5 + 5103b7c commit 6325aca
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 117 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.3",
"reactour": "^1.18.0",
"ual-anchor": "^0.5.1",
"ual-anchor": "^1.09",
"ual-ledger": "^0.3.0",
"ual-lynx": "^0.4.0",
"ual-meetone": "^0.1.1",
"ual-metamask": "^1.0.0",
"ual-metamask": "^1.0.1",
"ual-reactjs-renderer": "^0.3.1",
"ual-scatter": "^0.3.0",
"ual-token-pocket": "^0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import AnnouncementIcon from '@material-ui/icons/Announcement'

import TalkUsModal from './TalkUsModal'

const appVersion = process.env.REACT_APP_PROJECT_VERSION
const appVersion = process.env.REACT_APP_PROJECT_VERSION.split('/').pop()
const useStyles = makeStyles((theme) => ({
footer: {
display: 'flex',
Expand Down
Loading

0 comments on commit 6325aca

Please sign in to comment.