From 398f9882a6c019ef160c769f7ccfcddbb8ba6582 Mon Sep 17 00:00:00 2001 From: Franek Date: Sat, 29 Mar 2025 19:57:22 +0100 Subject: [PATCH] point to PeerTube homepage --- src/components/button.tsx | 2 +- src/sections/links.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }));