Skip to content

Commit

Permalink
add logo to blank template (reflex-dev#3014)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgberkeley authored Apr 4, 2024
1 parent 7d36610 commit 8c99a4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reflex/.templates/apps/blank/code/blank.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ def index() -> rx.Component:
on_click=lambda: rx.redirect(docs_url),
size="4",
),
rx.logo(),
align="center",
spacing="7",
font_size="2em",
Expand Down

0 comments on commit 8c99a4a

Please sign in to comment.