diff --git a/src/components/button.tsx b/src/components/button.tsx index 6311283..c66ff3b 100644 --- a/src/components/button.tsx +++ b/src/components/button.tsx @@ -66,7 +66,7 @@ const ButtonStyled = styled.div` } &.disabled { - opacity: 0.9; + opacity: 0.4; cursor: not-allowed; } `; diff --git a/src/sections/links.tsx b/src/sections/links.tsx index 3d411d7..a626a72 100644 --- a/src/sections/links.tsx +++ b/src/sections/links.tsx @@ -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 }));