Skip to content

Commit

Permalink
update quiz title
Browse files Browse the repository at this point in the history
  • Loading branch information
Lendemor committed Apr 26, 2024
1 parent c3999d9 commit 9f8dde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quiz/quiz/quiz.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,5 +149,5 @@ def result():
has_background=True, radius="none", accent_color="orange", appearance="light"
),
)
app.add_page(index, title="Reflex Quiz", on_load=State.onload)
app.add_page(index, title="Quiz - Reflex", on_load=State.onload)
app.add_page(result, title="Quiz Results")

0 comments on commit 9f8dde7

Please sign in to comment.