From 8c2923c4aa0a1aa16bc0ceed2c092aaa8919fa7b Mon Sep 17 00:00:00 2001 From: rustdesk Date: Fri, 31 Jan 2025 16:58:49 +0800 Subject: [PATCH] 2024 -> 2025 --- 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 a1e493a..5a52902 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: '© 2024 Purslane', + footNote: '© 2025 Purslane', }; }