point to PeerTube homepage
This commit is contained in:
parent
ddac821a2d
commit
398f9882a6
@ -66,7 +66,7 @@ const ButtonStyled = styled.div`
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.disabled {
|
&.disabled {
|
||||||
opacity: 0.9;
|
opacity: 0.4;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
@ -29,7 +29,7 @@ const FEDIVERSE_LINKS = [
|
|||||||
{
|
{
|
||||||
content: "PeerTube",
|
content: "PeerTube",
|
||||||
icon: "/icons/fediverse/peertube.svg",
|
icon: "/icons/fediverse/peertube.svg",
|
||||||
link: "https://tube.sador.me"
|
link: "https://tube.sador.me/home"
|
||||||
}
|
}
|
||||||
].map(link => Object.assign(link, { primary: true }));
|
].map(link => Object.assign(link, { primary: true }));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user