Skip to content

Commit

Permalink
upd pack ver, fix title markup
Browse files Browse the repository at this point in the history
  • Loading branch information
positivecrash committed Mar 11, 2024
1 parent 1130290 commit d4b774d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ yarn
```
5. Ready! Now you can launch the UI (assuming you have a local Polkadot Node running), via
```
yarn run serve
yarn serve
```
6. Access the UI via http://localhost:8080
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ipfs-http-client": "^60.0.0",
"libp2p": "^1.2.4",
"robonomics-interface": "^0.3.2",
"robonomics-ui-vue": "^0.2.7",
"robonomics-ui-vue": "^0.2.9",
"uuid": "^9.0.1",
"vue": "^3.4.15",
"vue-router": "^4.2.5",
Expand Down
2 changes: 1 addition & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<robo-grid offset="x0" minColumnWidth="200px">
<robo-section offset="x0">
<robo-card>
<robo-text title="4" align="left">RWS subscription</robo-text>
<template v-if="rwsactive && rwsactive !== ''">
<robo-template-rws-active />
</template>
<template v-else>
<robo-text title="4" align="left">RWS subscription</robo-text>
<robo-section offset="x1">
<robo-text size="small" weight="normal-italic">
<robo-grid offset="x0" gap="x05" columns="1">
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7688,10 +7688,10 @@ robonomics-interface@^0.3.2:
cids "^1.1.9"
multihashing-async "^2.1.4"

robonomics-ui-vue@^0.2.7:
version "0.2.7"
resolved "https://registry.yarnpkg.com/robonomics-ui-vue/-/robonomics-ui-vue-0.2.7.tgz#fafee2f49ed0757cc9d7ddf481b4e18b400bc321"
integrity sha512-gE5Jo5w6n9jboaPp2lkKWztbCJDyG+PzJc15YaZvmzXRPDTCDWIe4ZKq5WiklyT48QXscAawaohNcSQ8tBuxnA==
robonomics-ui-vue@^0.2.9:
version "0.2.9"
resolved "https://registry.yarnpkg.com/robonomics-ui-vue/-/robonomics-ui-vue-0.2.9.tgz#bd59a6def3bec35ab35393d227775df715d52791"
integrity sha512-nr4q2owm548QSRVmvUZPZqNTSiP4PT1PEC7eOUhHM1YNMf+C+s6JGLzD1aOwmcuOcxZNHNobtVY8mlwGanNHgw==
dependencies:
"@polkadot/ui-keyring" "^3.6.4"
"@polkadot/util-crypto" "^12.6.2"
Expand Down

0 comments on commit d4b774d

Please sign in to comment.