Minor changes for launch

This commit is contained in:
frikky
2022-04-27 20:48:41 +02:00
parent 52e6d79509
commit 7bbfda9e4f
7 changed files with 11 additions and 10 deletions
+2 -1
View File
@@ -1,7 +1,7 @@
{
"name": "shuffler",
"homepage": "https://shuffler.io",
"version": "0.9.61",
"version": "1.0.0",
"private": true,
"dependencies": {
"@babel/core": "^7.15.8",
@@ -54,6 +54,7 @@
"react-device-detect": "^1.9.10",
"react-dom": "^16.14.0",
"react-draggable": "^3.3.2",
"react-driftjs": "^1.2.2",
"react-dropzone": "^10.1.10",
"react-ga": "^2.7.0",
"react-iframe": "^1.8.0",
+1 -1
View File
@@ -310,7 +310,7 @@ const App = (message, props) => {
<Drift
appId="zfk9i7w3yizf"
attributes={{
name: userdata.username === undefined || userdata.username === null ? "OSS user" : `${userdata.username} - OSS`,
name: userdata.username === undefined || userdata.username === null ? "OSS user" : `OSS ${userdata.username}`,
}}
eventHandlers={[
{