From 67f575aea7fab3f6a5789bf2c765426e0e0eb92b Mon Sep 17 00:00:00 2001 From: rustdesk Date: Mon, 19 Jan 2026 14:45:37 +0800 Subject: [PATCH] 2026 --- v3/src/navigation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3/src/navigation.ts b/v3/src/navigation.ts index 76e393b..ff12db1 100644 --- a/v3/src/navigation.ts +++ b/v3/src/navigation.ts @@ -257,6 +257,6 @@ export const footerData = (locale?: Lang) => { { ariaLabel: 'RSS', icon: 'tabler:rss', href: getAsset('/rss.xml') }, { ariaLabel: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/rustdesk/rustdesk' }, ], - footNote: '© 2025 Purslane Limited', + footNote: '© 2026 Purslane Limited', }; }