Skip to content

Commit

Permalink
Fix mermaid graph
Browse files Browse the repository at this point in the history
  • Loading branch information
IlanCosman committed Sep 25, 2023
1 parent 10a1fab commit 1d2ef63
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ classic_prompt_separators --> powerline_prompt_heads
rainbow_prompt_separators --> powerline_prompt_heads
powerline_prompt_heads --> powerline_prompt_tails
powerline_prompt_tails --> powerline_prompt_style
powerline_prompt_tails --> powerline_prompt_height
powerline_prompt_style -- "One Line" --> prompt_connection_andor_frame_color
powerline_prompt_style -- "Two Line" --> prompt_connection
powerline_prompt_height -- "One Line" --> prompt_connection_andor_frame_color
powerline_prompt_height -- "Two Line" --> prompt_connection
prompt_connection -- "lean" --> prompt_connection_andor_frame_color
prompt_connection -- "classic" --> powerline_prompt_right_frame
prompt_connection -- "rainbow" --> powerline_prompt_right_frame
prompt_connection -- "classic" --> powerline_prompt_frame
prompt_connection -- "rainbow" --> powerline_prompt_frame
powerline_prompt_right_frame --> prompt_connection_andor_frame_color
powerline_prompt_frame --> prompt_connection_andor_frame_color
prompt_connection_andor_frame_color --> prompt_spacing
Expand Down

0 comments on commit 1d2ef63

Please sign in to comment.