Skip to content

Commit edb75ca

Browse files
committed
fix: adjust spacing in Copilot terminal screen for better alignment
1 parent c56aff3 commit edb75ca

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ I built this because I kept needing to run quick commands on my dev machine whil
1313

1414
[Full documentation](https://dorlugasigal.github.io/TermBeam/)
1515

16-
https://github.com/user-attachments/assets/4b097ec1-c88b-47f4-920e-4c6885ff13b0
16+
https://github.com/user-attachments/assets/9dd4f3d7-f017-4314-9b3a-f6a5688e3671
1717

1818
## Quick Start
1919

demo-video/src/PhoneScene.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,8 +530,8 @@ const CopilotTerminalScreen: React.FC<{
530530
<div style={{ ...mono, whiteSpace: "pre", lineHeight: 1.2 }}>
531531
<span style={{ color: cyan }}>╭─╮ ╭─╮</span>{"\n"}
532532
<span style={{ color: cyan }}>╰─╯ ╰─╯</span>{" "}<span style={{ fontWeight: 700, color: "#89d185" }}>GitHub Copilot</span>{" "}<span style={{ color: "#d4d4d4" }}>v0.0.420</span>{"\n"}
533-
<span style={{ color: magenta }}></span><span style={{ color: "#89d185" }}> ▘▝ </span><span style={{ color: magenta }}></span>{" "}<span style={{ color: "#d4d4d4" }}>Describe a task to get started.</span>{"\n"}
534-
<span style={{ color: magenta }}>▔▔▔▔</span>
533+
<span style={{ color: magenta }}> </span><span style={{ color: "#89d185" }}> ▘▝ </span><span style={{ color: magenta }}></span>{" "}<span style={{ color: "#d4d4d4" }}>Describe a task to get started.</span>{"\n"}
534+
<span style={{ color: magenta }}> ▔▔▔▔</span>
535535
</div>
536536
</div>
537537

0 commit comments

Comments
 (0)