Everything
This commit is contained in:
parent
74fd98c398
commit
402d0a917e
1 changed files with 11 additions and 14 deletions
|
@ -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 = () => (
|
||||
|
|
Loading…
Add table
Reference in a new issue