Skip to content

Commit a616ee9

Browse files
committed
comment: reword color legend + drop compass emoji from editor CTA
1 parent 715e0e9 commit a616ee9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ runs:
448448
cat "$DIAGRAM_MD"
449449
echo ""
450450
echo ""
451-
echo "Colours indicate components that have been 🟩 added · 🟨 modified · 🟥 removed — versus \`${BASE_REF}\`."
451+
echo "Colors indicate component changes compared to \`${BASE_REF}\`: 🟩 Added · 🟨 Modified · 🟥 Removed"
452452
if [ "$TRUNC" = "true" ]; then
453453
echo ""
454454
echo "<sub>Showing changed components only — the full graph exceeds GitHub's inline Mermaid limit.</sub>"

scripts/build_cta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def link(path: str, **extra: str) -> str:
6767
editor_links = " · ".join(
6868
f"[**Open in {_EDITOR_LABEL[e]} →**]({link('open-in-editor', editor=e)})" for e in detect_editors(repo_path)
6969
)
70-
parts.append(f"🧭 See this architecture in your editor: {editor_links}")
70+
parts.append(f"See this architecture in your editor: {editor_links}")
7171
parts.append(f"💡 New to CodeBoarding? [**Get the extension →**]({link('use-marketplace')})")
7272

7373
if not parts:

0 commit comments

Comments
 (0)