diff --git a/docs/sol-code.md b/docs/sol-code.md
index 3f2b594..0f41f28 100644
--- a/docs/sol-code.md
+++ b/docs/sol-code.md
@@ -133,9 +133,9 @@ Choosing "yes, always allow" upgrades the permission to `always` for the rest of
```mermaid
flowchart TD
subgraph Layout
- title[Title Bar
project | branch | model | tokens | connection]
- conversation[Conversation Area
user + assistant messages,
tool output, status]
- input[Input Bar
current line]
+ title["Title Bar
project, branch, model, tokens, connection"]
+ conversation["Conversation Area
user + assistant messages,
tool output, status"]
+ input["Input Bar
current line"]
end
title --> conversation