We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a05af28 commit bb3f5d8Copy full SHA for bb3f5d8
1 file changed
src/features/auth/components/AuthModal.tsx
@@ -98,7 +98,7 @@ export const AuthModal = ({ showAuth }: AuthModalProps) => {
98
}}
99
className="relative"
100
size="medium">
101
- {providerId === 'github.com' && <span className="lastFlag">Last</span>}
+ {providerId === 'github.com' && <span className="lastFlag">Last used</span>}
102
Connect with Github
103
</Button>
104
<Button
@@ -107,7 +107,7 @@ export const AuthModal = ({ showAuth }: AuthModalProps) => {
107
onClick={() => signIn(googleAuthProvider)}
108
109
110
- {providerId === 'google.com' && <span className="lastFlag">Last</span>}
+ {providerId === 'google.com' && <span className="lastFlag">Last used</span>}
111
Connect with Google
112
113
</div>
0 commit comments