fix about and self-host

This commit is contained in:
rustdesk 2024-10-15 01:43:38 +08:00
parent c4768ef403
commit 3ce9a89d3a

View File

@ -7,7 +7,7 @@ export const headerData = {
links: [ links: [
{ {
text: 'About us', text: 'About us',
href: getPermalink('/about'), href: getPermalink('/team'),
}, },
{ {
text: 'Support', text: 'Support',
@ -40,7 +40,7 @@ export const headerData = {
href: getPermalink('/blog'), href: getPermalink('/blog'),
}, },
], ],
actions: [{ text: 'Download', href: 'https://github.com/onwidget/astrowind', target: '_blank' }], actions: [{ text: 'Download', href: 'https://github.com/rustdesk/rustdesk/releases/latest', target: '_blank' }],
}; };
export const footerData = { export const footerData = {