add logo to blank template (#3014)

This commit is contained in:
Tom Gotsman 2024-04-04 16:06:19 -07:00 committed by GitHub
parent 7d36610cae
commit 8c99a4a7f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",