Skip to content

Commit c23c8b7

Browse files
authored
Update page title from 'Home Page' to 'AlphaSphere.AI'
1 parent f4f9350 commit c23c8b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

alphaspheredotai_github_io/alphaspheredotai_github_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
app = rx.App(theme=rx.theme(radius="large", accent_color="gray"))
1313

1414

15-
@rx.page(route="/", title="Home Page")
15+
@rx.page(route="/", title="AlphaSphere.AI")
1616
def index() -> rx.Component:
1717
"""Home page."""
1818
return home_page

0 commit comments

Comments
 (0)