Skip to content

Commit a9647e9

Browse files
authored
Minor UI and doc fixes (#57)
* docs: update the yarn dev command The doc currently says `yarn start` but there is no `start` command. It is supposed to be `yarn serve` * fix(ui): box border strikes through the `Message` text
1 parent e416a40 commit a9647e9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Clone the repo and do :
3434

3535
```
3636
yarn install
37-
yarn start
37+
yarn serve
3838
```
3939

4040
WebTorrent trackers list is included in `src/main.ts`. You may want to change that or add/start your [own tracker](https://github.com/subins2000/p2pt/blob/master/startTracker.js) locally for development.

src/components/Shares.vue

+1
Original file line numberDiff line numberDiff line change
@@ -888,4 +888,5 @@ body.dragging:after
888888
padding-left: 0.125em
889889
padding-right: 0.125em
890890
font-size: calc(1rem * 3 / 4)
891+
background-color: rgb(255, 255, 255)
891892
</style>

0 commit comments

Comments
 (0)