Skip to content

Commit

Permalink
Improve header
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianJacta committed Nov 15, 2024
1 parent d68f81b commit 6e32f42
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pages/root.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,16 @@ def creates_pages(pages):
with tgb.Page() as root_page:
with tgb.part("header sticky"):
with tgb.layout(
"110px 10rem 1 9rem",
columns__mobile="110px 10rem 1 35rem",
"100px 12rem 1 8rem 150px",
columns__mobile="100px 12rem 1 8rem 150px",
class_name="header-content",
):
tgb.image("favicon.png", width="50px")
tgb.text("Sales **Dashboard**", mode="md")
tgb.navbar(
lov="{creates_pages(pages)}",
)
tgb.part()

tgb.text(
"Welcome **back**!",
Expand Down

0 comments on commit 6e32f42

Please sign in to comment.