AItool commited on
Commit
8d65d3c
·
verified ·
1 Parent(s): a767630

Update testnavbar.py

Browse files
Files changed (1) hide show
  1. testnavbar.py +1 -1
testnavbar.py CHANGED
@@ -86,7 +86,7 @@ def ProductCard(p):
86
  def index():
87
  # Titled using a H1 title, sets the page title, and wraps contents in Main(Container(...)) using
88
  # frankenui styles. Generally you will want to use Titled for all of your pages
89
- return Titled("Example Store Front!",
90
  Grid(*[ProductCard(p) for p in products], cols_lg=3))
91
 
92
  example_product_description = Div(
 
86
  def index():
87
  # Titled using a H1 title, sets the page title, and wraps contents in Main(Container(...)) using
88
  # frankenui styles. Generally you will want to use Titled for all of your pages
89
+ return Titled("Store",
90
  Grid(*[ProductCard(p) for p in products], cols_lg=3))
91
 
92
  example_product_description = Div(