We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6d423f commit 38f987cCopy full SHA for 38f987c
src/app/#/page.tsx
@@ -84,7 +84,7 @@ const Login: React.FunctionComponent = () => {
84
isRememberMeChecked={isRememberMeChecked}
85
onChangeRememberMe={onRememberMeClick}
86
onLoginButtonClick={onLoginButtonClick}
87
- loginButtonLabel="Log in"
+ loginButtonLabel="Login"
88
/>
89
);
90
@@ -95,7 +95,7 @@ const Login: React.FunctionComponent = () => {
95
brandImgAlt="InstructLab logo"
96
backgroundImgSrc="/#-bg.svg"
97
footerListItems={listItem}
98
- textContent="Instruct Lab Bot Infrastructure"
+ textContent="InstructLab Taxonomy Submissions"
99
loginTitle="Login Securely with Github OAuth"
100
loginSubtitle="Local Account"
101
socialMediaLoginContent={socialMediaLoginContent}
0 commit comments