Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
Bug/17537/fix title (#660)
Browse files Browse the repository at this point in the history
* fix: removing version from the title bar

Remove version from the title. Amazingly, webpack + environment variables is hard, cross platform.
Reverting for now.

AB#17537
  • Loading branch information
pjlittle authored and wbreza committed Mar 9, 2019
1 parent 97ab5a1 commit e935c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Visual Object Tagging Tool (VoTT) v%REACT_APP_VERSION%</title>
<title>Visual Object Tagging Tool (VoTT)</title>
</head>
<body>
<noscript>
Expand Down

0 comments on commit e935c1c

Please sign in to comment.