chore(rln-react-ts): rename to avoid typos

This commit is contained in:
fryorcraken.eth 2022-09-26 14:02:06 +10:00
parent b620740049
commit 999027a515
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
20 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ jobs:
eth-pm,
relay-angular-chat,
relay-reactjs-chat,
rln-reactts,
rln-react-ts,
store-reactjs-chat,
web-chat
]

2
ci/Jenkinsfile vendored
View File

@ -37,7 +37,7 @@ pipeline {
stage('eth-pm') { steps { script { buildExample() } } }
stage('relay-angular-chat') { steps { script { buildExample() } } }
stage('relay-reactjs-chat') { steps { script { buildExample() } } }
stage('rln-reactts') { steps { script { buildExample() } } }
stage('rln-react-ts') { steps { script { buildExample() } } }
stage('store-reactjs-chat') { steps { script { buildExample() } } }
stage('web-chat') { steps { script { buildExample() } } }
}

View File

@ -2,7 +2,7 @@
"name": "rln-reactts",
"version": "0.1.0",
"private": true,
"homepage": "/rln-reaccts",
"homepage": "/rln-react-ts",
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",

View File

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB