AItool commited on
Commit
6afefba
·
verified ·
1 Parent(s): 15741c3

Update testnavbar.py

Browse files
Files changed (1) hide show
  1. testnavbar.py +1 -1
testnavbar.py CHANGED
@@ -63,7 +63,7 @@ def index():
63
  A('Go to product gallery page', href='second.py', cls=AT.classic),
64
  P('I love monsterui!'),
65
  A('Go to Google, a link does not work', href='https://www.google.com', cls=AT.classic),
66
- Card('A Fancy Card :)'),
67
  Titled("Example Store Front!",
68
  Grid(*[ProductCard(p) for p in products], cols_lg=3))
69
 
 
63
  A('Go to product gallery page', href='second.py', cls=AT.classic),
64
  P('I love monsterui!'),
65
  A('Go to Google, a link does not work', href='https://www.google.com', cls=AT.classic),
66
+ Card('A Fancy Card :)')),
67
  Titled("Example Store Front!",
68
  Grid(*[ProductCard(p) for p in products], cols_lg=3))
69