This commit is contained in:
rustdesk
2026-01-19 14:45:37 +08:00
parent 8c595f6b6a
commit 67f575aea7

View File

@@ -257,6 +257,6 @@ export const footerData = (locale?: Lang) => {
{ ariaLabel: 'RSS', icon: 'tabler:rss', href: getAsset('/rss.xml') }, { ariaLabel: 'RSS', icon: 'tabler:rss', href: getAsset('/rss.xml') },
{ ariaLabel: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/rustdesk/rustdesk' }, { ariaLabel: 'Github', icon: 'tabler:brand-github', href: 'https://github.com/rustdesk/rustdesk' },
], ],
footNote: '© 2025 Purslane Limited', footNote: '© 2026 Purslane Limited',
}; };
} }