Skip to content

Commit c73833b

Browse files
feat: Update footer branding to include Microsoft Azure alongside Google Gemini
1 parent 8d43327 commit c73833b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ GEMINI_API_KEY=AIzaSyXXX...your_key_here
9090

9191
👨‍💻 Author
9292

93-
Built by Ching-En Lin · Powered by FastAPI, MongoDB & Gemini
93+
Built by Ching-En Lin · Powered by Microsoft Azure and Google Gemini.

frontend/pages/LoginPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const LoginUI: React.FC<LoginUIProps> = ({ onLogin, buttonText, ButtonIcon }) =>
4242
</main>
4343
</div>
4444
<footer className="text-center mt-8 text-slate-500 text-sm">
45-
<p>Powered by Google Gemini. For internal use only.</p>
45+
<p>Powered by Microsoft Azure and Google Gemini. For internal use only.</p>
4646
</footer>
4747
</div>
4848
);

frontend/pages/QueryGeneratorPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ const QueryGeneratorPage: React.FC<QueryGeneratorPageProps> = ({ name, onLogout
540540
</main>
541541

542542
<footer className="text-center mt-8 text-slate-500 text-sm">
543-
<p>Powered by Google Gemini. For internal use only.</p>
543+
<p>Powered by Microsoft Azure and Google Gemini. For internal use only.</p>
544544
</footer>
545545
</div>
546546

0 commit comments

Comments
 (0)