diff --git a/web/apps/cast/src/pages/index.tsx b/web/apps/cast/src/pages/index.tsx index 949ea3fb4..e703c879f 100644 --- a/web/apps/cast/src/pages/index.tsx +++ b/web/apps/cast/src/pages/index.tsx @@ -72,21 +72,9 @@ export default function Index() { Enter this code on Ente Photos to pair this screen {pairingCode ? : } -

+

Visit{" "} - + ente.io/cast {" "} for help @@ -106,6 +94,15 @@ const Container = styled("div")` h1 { font-weight: normal; } + + p { + font-size: 1.2rem; + } + a { + text-decoration: none; + color: #87cefa; + font-weight: bold; + } `; const Spinner: React.FC = () => (