From cf9d884b5bd6f7feb1231e3ddc882b07b44b7343 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 20 Mar 2024 17:22:36 +0000 Subject: [PATCH] use inlinelink instead of textlink --- src/view/com/auth/SplashScreen.web.tsx | 27 ++++++++++---------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/src/view/com/auth/SplashScreen.web.tsx b/src/view/com/auth/SplashScreen.web.tsx index 7e5ddaff..e8f31249 100644 --- a/src/view/com/auth/SplashScreen.web.tsx +++ b/src/view/com/auth/SplashScreen.web.tsx @@ -1,7 +1,6 @@ import React from 'react' import {View, Pressable} from 'react-native' import {FontAwesomeIcon} from '@fortawesome/react-native-fontawesome' -import {TextLink} from '../util/Link' import {ErrorBoundary} from 'view/com/util/ErrorBoundary' import {CenteredView} from '../util/Views' import {useWebMediaQueries} from 'lib/hooks/useWebMediaQueries' @@ -16,6 +15,7 @@ import {atoms as a, useTheme} from '#/alf' import {Button, ButtonText} from '#/components/Button' import {ChevronBottom_Stroke2_Corner0_Rounded as ChevronDown} from '#/components/icons/Chevron' import {Text} from '#/components/Typography' +import {InlineLink} from '#/components/Link' export const SplashScreen = ({ onDismiss, @@ -128,7 +128,6 @@ export const SplashScreen = ({ } function Footer() { - const {_} = useLingui() const t = useTheme() const langPrefs = useLanguagePrefs() @@ -162,21 +161,15 @@ function Footer() { a.flex_1, t.atoms.border_contrast_medium, ]}> - - - + + Business + + + Blog + + + Jobs +