Added color to start node
parent
98ca387ef8
commit
188bee6f84
|
@ -47,7 +47,7 @@ graph TD
|
||||||
click D "https://github.com/pnp/sp-dev-fx-webparts/wiki/Troubleshooting-issues-with-samples#change-directory-to-root-of-project"
|
click D "https://github.com/pnp/sp-dev-fx-webparts/wiki/Troubleshooting-issues-with-samples#change-directory-to-root-of-project"
|
||||||
style K fill:#f9f,stroke:#333,stroke-width:4px
|
style K fill:#f9f,stroke:#333,stroke-width:4px
|
||||||
style D fill:#f9f,stroke:#333,stroke-width:4px
|
style D fill:#f9f,stroke:#333,stroke-width:4px
|
||||||
style A fill:#2da44e;
|
style A fill:#2da44e,color:#fff
|
||||||
```
|
```
|
||||||
|
|
||||||
### Change directory to root of project
|
### Change directory to root of project
|
||||||
|
|
Loading…
Reference in New Issue