diff --git a/src/view/com/auth/Logo.tsx b/src/view/com/auth/Logo.tsx deleted file mode 100644 index ac408cd2..00000000 --- a/src/view/com/auth/Logo.tsx +++ /dev/null @@ -1,26 +0,0 @@ -import React from 'react' -import {StyleSheet, View} from 'react-native' -import {s, colors} from 'lib/styles' -import {Text} from '../util/text/Text' - -export const LogoTextHero = () => { - return ( - - - Bluesky - - - ) -} - -const styles = StyleSheet.create({ - textHero: { - flexDirection: 'row', - alignItems: 'center', - justifyContent: 'center', - paddingRight: 20, - paddingVertical: 15, - marginBottom: 20, - backgroundColor: colors.blue3, - }, -})