Everything

This commit is contained in:
Manav Rathi 2024-05-08 20:00:35 +05:30
parent 74fd98c398
commit 402d0a917e
No known key found for this signature in database

View file

@ -72,21 +72,9 @@ export default function Index() {
Enter this code on <b>Ente Photos</b> to pair this screen
</h1>
{pairingCode ? <PairingCode code={pairingCode} /> : <Spinner />}
<p
style={{
fontSize: "1.2rem",
}}
>
<p>
Visit{" "}
<a
style={{
textDecoration: "none",
color: "#87CEFA",
fontWeight: "bold",
}}
href="https://ente.io/cast"
target="_blank"
>
<a href="https://ente.io/cast" target="_blank">
ente.io/cast
</a>{" "}
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 = () => (