From c73d1e80b1ce39c2ae4d4c02ffee5e7c596c0a96 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 14 Mar 2023 13:12:42 -0500 Subject: Remove dead code --- src/view/com/auth/Logo.tsx | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/view/com/auth/Logo.tsx (limited to 'src') diff --git a/src/view/com/auth/Logo.tsx b/src/view/com/auth/Logo.tsx deleted file mode 100644 index ac408cd2f..000000000 --- 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, - }, -}) -- cgit 1.4.1