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

Update testnavbar.py

Browse files
Files changed (1) hide show
  1. testnavbar.py +1 -1
testnavbar.py CHANGED
@@ -7,7 +7,7 @@ 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 :)')
12
  )
13
 
 
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://www.google.com', cls=AT.classic),
11
  Card('A Fancy Card :)')
12
  )
13