login time
This commit is contained in:
@@ -4,7 +4,7 @@ interface AuthHeaderProps {
|
||||
title?: string;
|
||||
}
|
||||
|
||||
export const AuthHeader = ({ title = "Project Athena" }: AuthHeaderProps) => {
|
||||
export const AuthHeader = ({ title = "Bird Eye View" }: AuthHeaderProps) => {
|
||||
return (
|
||||
<View style={{ alignItems: "center", marginBottom: 36 }}>
|
||||
<Image
|
||||
|
||||
Reference in New Issue
Block a user