diff --git a/components/Home/component.tsx b/components/Home/component.tsx index f7390acd..6a1e4a9c 100644 --- a/components/Home/component.tsx +++ b/components/Home/component.tsx @@ -1,6 +1,7 @@ import { H1, ScrollView, YStack } from "tamagui"; import { useApiClientContext } from "../jellyfin-api-provider"; import _ from "lodash"; +import { Heading } from "../helpers/text"; export default function Home(): React.JSX.Element { @@ -10,7 +11,10 @@ export default function Home(): React.JSX.Element { return ( -

Hi there

+ Hi there + + +
); diff --git a/components/navigation.tsx b/components/navigation.tsx index 78e335ab..210bcba9 100644 --- a/components/navigation.tsx +++ b/components/navigation.tsx @@ -9,7 +9,13 @@ export default function Navigation(): React.JSX.Element { return ( - +