mirror of
https://github.com/Jellify-Music/App.git
synced 2026-02-16 07:28:34 -06:00
fix server address heading
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user