victormiller commited on
Commit
bd9c3fb
1 Parent(s): 0f14580

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -106,7 +106,7 @@ def main():
106
  hx_target="#inner-text",
107
  ),
108
  Div(
109
- A("Common Steps", href="#inner-text"),
110
  hx_get="/common",
111
  hx_target="#inner-text",
112
  ),
 
106
  hx_target="#inner-text",
107
  ),
108
  Div(
109
+ A("Global Processing Steps", href="#inner-text"),
110
  hx_get="/common",
111
  hx_target="#inner-text",
112
  ),