Skip to content

Commit

Permalink
Merge pull request #2942 from ecency/nt/hiveauth-beta
Browse files Browse the repository at this point in the history
marked hiveauth as beta
  • Loading branch information
feruzm authored Nov 13, 2024
2 parents 4012135 + 829a57b commit d410a44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/hiveAuthModal/children/authInputContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export const AuthInputContent = ({ initUsername, handleAuthRequest }: AuthInputC
<Animated.View entering={ZoomIn} exiting={ZoomOut}>
<MainButton
text={intl.formatMessage({ id: 'login.signin_with_hiveauth' })}
secondText={" *beta"}
textStyle={styles.loginBtnText}
style={styles.loginBtnWrapper}
onPress={onSignInPress}
Expand Down
1 change: 1 addition & 0 deletions src/screens/login/screen/loginScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ const LoginScreen = ({
id: 'login.signin_with_hiveauth',
})}
textStyle={styles.hsLoginBtnText}
secondText={" *beta"}
wrapperStyle={styles.loginBtnWrapper}
bodyWrapperStyle={styles.loginBtnBodyWrapper}
height={48}
Expand Down

0 comments on commit d410a44

Please sign in to comment.