Skip to content

Fix favicon and prevent chatbot text overflow#66

Open
iramsk02 wants to merge 1 commit intoopenMF:mainfrom
iramsk02:fix/favicon-and-chatbot-overflow
Open

Fix favicon and prevent chatbot text overflow#66
iramsk02 wants to merge 1 commit intoopenMF:mainfrom
iramsk02:fix/favicon-and-chatbot-overflow

Conversation

@iramsk02
Copy link
Contributor

@iramsk02 iramsk02 commented Jan 2, 2026

Summary

This PR addresses two UI issues in the Next.js application:

  • Replaces the default Vercel favicon with the Mifos logo
  • Fixes chatbot response text overflowing its container

Related Jira Ticket

(https://mifosforge.jira.com/browse/AI-175)

Changes Made

  • Added icon.png to the app root directory to override the default Vercel favicon
  • Updated chatbot styles to ensure proper text wrapping and overflow handling

Testing

  • Tested locally in development mode
  • Verified favicon update in the browser tab
  • Confirmed chatbot responses remain within the container

@staru09
Copy link
Member

staru09 commented Jan 20, 2026

Have you tested this PR?
Please also give a snippet of the UI about what has changed.
A screenshot of before and after would be cool.

@iramsk02
Copy link
Contributor Author

  • Text Overflow before
Screenshot (469)
  • After
Screenshot 2026-01-02 100555
  • Favicon before
Screenshot 2026-01-02 100419
  • After Mifos Icon
Screenshot 2026-01-02 100503 image

@staru09
Copy link
Member

staru09 commented Jan 26, 2026

lgtm
@DavidH-1 please merge this one

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UI Fixes: Favicon update & Chatbot text overflow resolution

2 participants