AItool commited on
Commit
8fde74e
·
verified ·
1 Parent(s): b660fee

Update testnavbar.py

Browse files
Files changed (1) hide show
  1. testnavbar.py +1 -1
testnavbar.py CHANGED
@@ -5,7 +5,7 @@ app, rt = fast_app(hdrs=hdrs, live=True)
5
  @rt
6
  def index():
7
  return Title('Hello World'), Container(
8
- H2(A('Pretty URL', href='', cls=AT.primary)),
9
  P('I love monsterui!'),
10
  A('Go to Google', href='https://google.com', cls=AT.classic),
11
  Card('A Fancy Card :)')
 
5
  @rt
6
  def index():
7
  return Title('Hello World'), Container(
8
+ H3(A('Pretty URL', href='', cls=AT.primary)),
9
  P('I love monsterui!'),
10
  A('Go to Google', href='https://google.com', cls=AT.classic),
11
  Card('A Fancy Card :)')