fix server address heading

This commit is contained in:
Violet Caulfield
2025-02-13 15:34:10 -06:00
parent 1d35ce664d
commit 454ed3b57a

View File

@@ -4,7 +4,7 @@ import { useMutation } from "@tanstack/react-query";
import { JellifyServer } from "../../../types/JellifyServer";
import { Input, Spacer, Spinner, XStack, ZStack } from "tamagui";
import { SwitchWithLabel } from "../../Global/helpers/switch-with-label";
import { H1 } from "../../Global/helpers/text";
import { H2 } from "../../Global/helpers/text";
import Button from "../../Global/helpers/button";
import { http, https } from "../utils/constants";
import { JellyfinInfo } from "../../../api/info";
@@ -66,7 +66,7 @@ export default function ServerAddress({
return (
<SafeAreaView>
<H1>Connect to Jellyfin</H1>
<H2>Connect to Jellyfin</H2>
<XStack>
<SwitchWithLabel
checked={useHttps}