|
@@ -492,11 +492,11 @@ with example(ui.link):
|
|
|
with example(ui.page):
|
|
|
with ui.page('/other_page'):
|
|
|
ui.label('Welcome to the other side')
|
|
|
- ui.link('Back to main page', '')
|
|
|
+ ui.link('Back to main page', '#page')
|
|
|
|
|
|
with ui.page('/dark_page', dark=True):
|
|
|
ui.label('Welcome to the dark side')
|
|
|
- ui.link('Back to main page', '')
|
|
|
+ ui.link('Back to main page', '#page')
|
|
|
|
|
|
ui.link('Visit other page', 'other_page')
|
|
|
ui.link('Visit dark page', 'dark_page')
|