Skip to content

Commit

Permalink
add sponsors link target
Browse files Browse the repository at this point in the history
  • Loading branch information
rodja committed Oct 25, 2024
1 parent cb0a3a9 commit c810dda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/main_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ def create() -> None:
with ui.column().classes('dark-box p-8 lg:p-16 my-16 bg-transparent border-y-2'):
with ui.column().classes('mx-auto items-center gap-y-8 gap-x-32 lg:flex-row'):
with ui.column().classes('max-lg:items-center max-lg:text-center'):
link_target('sponsors')
ui.markdown('NiceGUI is supported by') \
.classes('text-2xl md:text-3xl font-medium')
with ui.row(align_items='center'):
Expand Down

0 comments on commit c810dda

Please sign in to comment.