get rid of double emojis
This commit is contained in:
parent
5596553945
commit
926582e83c
|
|
@ -31,7 +31,7 @@ def print_stage_header(stage: str) -> None:
|
||||||
icon = icons.get(stage_key, '🚀')
|
icon = icons.get(stage_key, '🚀')
|
||||||
|
|
||||||
# Create styled rule with icon
|
# Create styled rule with icon
|
||||||
rule_content = f"{icon} {stage_title} {icon}"
|
rule_content = f"{icon} {stage_title}"
|
||||||
console.print()
|
console.print()
|
||||||
console.print(Rule(rule_content, style="green bold"))
|
console.print(Rule(rule_content, style="green bold"))
|
||||||
console.print()
|
console.print()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue