Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
Fix the Oauth page text
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Co <alex.tuan@mindvalley.com>
  • Loading branch information
onimsha committed Jul 15, 2024
1 parent 50d0546 commit c32ca0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/app/auth/login/LoginText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export const LoginText = () => {
}

return (
<>Log In to {settings?.enterpriseSettings?.application_name || "Danswer"}</>
<>Log In to Eve<sup className="ai-superscript">AI</sup></>
);
};

0 comments on commit c32ca0e

Please sign in to comment.