Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion trame_vuetify/ui/vuetify.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def __init__(self, _server, template_name="main", **kwargs):
footer.add_child(
'<a href="https://www.kitware.com/" '
'class="grey--text lighten-1--text text-caption text-decoration-none" '
'target="_blank">© 2025 Kitware Inc.</a>'
'target="_blank">© 2022-2026 Kitware Inc.</a>'
)

def on_server_reload(self):
Expand Down
2 changes: 1 addition & 1 deletion trame_vuetify/ui/vuetify3.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def __init__(self, _server, template_name="main", **kwargs):
footer.add_child(
'<a href="https://www.kitware.com/" '
'class="text-grey-lighten-1 text-caption text-decoration-none" '
'target="_blank">© 2025 Kitware Inc.</a>'
'target="_blank">© 2022-2026 Kitware Inc.</a>'
)

def on_server_reload(self):
Expand Down
Loading