Skip to content

Commit cc49d76

Browse files
committed
Stripping out HTMX-unfriendly formatting
1 parent 697fdb9 commit cc49d76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/010_introduction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def _get_slide_data(self, step_id: str):
8585

8686
elif not has_configured:
8787
# STATE 2: The Guide Persona (Airlock fired, but Configuration is pending)
88-
msg = f"Welcome to {dynamic_app_name}, {operator_name}. I am Chip O'Theseus. To see a demonstration of my capabilities, press <strong class='platform-shortcut'>Ctrl+Alt+D</strong> right now. Otherwise, we will proceed to finalize your configuration."
88+
msg = f"Welcome to {dynamic_app_name}, {operator_name}. I am Chip O'Theseus. To see a demonstration of my capabilities, press Ctrl+Alt+D right now. Otherwise, we will proceed to finalize your configuration."
8989
return "Welcome", msg, 'finalize'
9090

9191
else:

0 commit comments

Comments
 (0)