Skip to content

Commit

Permalink
Merge pull request #4723 from GingerNinjaNicko/fix-fontawesome-class
Browse files Browse the repository at this point in the history
Fix Twitter fontawesome class in flowchart.md
  • Loading branch information
sidharthv96 authored Aug 25, 2023
2 parents 8ef5f38 + 65c9380 commit 15c7c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/docs/syntax/flowchart.md
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,7 @@ The icons are accessed via the syntax fa:#icon class name#.

```mermaid-example
flowchart TD
B["fab:fa-twitter for peace"]
B["fa:fa-twitter for peace"]
B-->C[fa:fa-ban forbidden]
B-->D(fa:fa-spinner)
B-->E(A fa:fa-camera-retro perhaps?)
Expand Down

0 comments on commit 15c7c37

Please sign in to comment.