point to PeerTube homepage

This commit is contained in:
Franek 2025-03-29 19:57:22 +01:00
parent ddac821a2d
commit 398f9882a6
2 changed files with 2 additions and 2 deletions

View File

@ -66,7 +66,7 @@ const ButtonStyled = styled.div`
}
&.disabled {
opacity: 0.9;
opacity: 0.4;
cursor: not-allowed;
}
`;

View File

@ -29,7 +29,7 @@ const FEDIVERSE_LINKS = [
{
content: "PeerTube",
icon: "/icons/fediverse/peertube.svg",
link: "https://tube.sador.me"
link: "https://tube.sador.me/home"
}
].map(link => Object.assign(link, { primary: true }));