2024 -> 2025

This commit is contained in:
rustdesk 2025-01-31 16:58:49 +08:00
parent 4f51dcdfda
commit 8c2923c4aa

View File

@ -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',
};
}