mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2025-06-21 02:08:12 +02:00
fix about and self-host
This commit is contained in:
parent
c4768ef403
commit
3ce9a89d3a
@ -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 = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user