This is an automated email from the ASF dual-hosted git repository.
robocanic pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-admin.git
The following commit(s) were added to refs/heads/develop by this push:
new 3d33ecdb fix(ui): update footer copyright year to 2026 (#1396)
3d33ecdb is described below
commit 3d33ecdbcc1a67e3061a856171364d2d880e61ad
Author: Akshit Vig <[email protected]>
AuthorDate: Sun Jan 18 07:31:43 2026 +0530
fix(ui): update footer copyright year to 2026 (#1396)
---
ui-vue3/src/layout/index.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ui-vue3/src/layout/index.vue b/ui-vue3/src/layout/index.vue
index ffb76cd9..a2a4a0da 100644
--- a/ui-vue3/src/layout/index.vue
+++ b/ui-vue3/src/layout/index.vue
@@ -41,7 +41,7 @@
</router-view>
</a-layout-content>
<a-layout-footer class="layout-footer"
- >© 2024 The Apache Software Foundation.
+ >© 2026 The Apache Software Foundation.
</a-layout-footer>
</a-layout>
</a-layout>