Remove bot icon from AI Tutor and AI Chat Lab assistant messages#71738
Merged
fisher-alice merged 2 commits intostagingfrom Mar 27, 2026
Merged
Remove bot icon from AI Tutor and AI Chat Lab assistant messages#71738fisher-alice merged 2 commits intostagingfrom
fisher-alice merged 2 commits intostagingfrom
Conversation
cnbrenci
reviewed
Mar 27, 2026
| )} | ||
| > | ||
| {isAssistant && isTA && ( | ||
| <div className={moduleStyles.botIconWrapper}> |
Contributor
There was a problem hiding this comment.
It takes a little mental gymnastics to understand the difference between botIconWrapper and botIconContainer now - I wonder if it would be clearer to rename botIconWrapper to botIconOverlayContainer or botIconTAOverlayContainer?
Contributor
Author
There was a problem hiding this comment.
Sure! yeah it took me a bit to understand this layout. I'll rename to botIconTAOverlayContainer - thanks! I think Tess may end up requesting that the bot icon get removed here also which would let us simplify.
cnbrenci
approved these changes
Mar 27, 2026
Contributor
cnbrenci
left a comment
There was a problem hiding this comment.
One naming nit about wrapper vs container but otherwise lgtm!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR removes the AI Both icon from assistant messages in AI Tutor, AI Chat lab, but NOT AI TA. See Slack thread. This will allow more space in the chat workspace for content.
Links
Testing story
Tested locally in AI Tutor in Web Lab 2, AI Chat Lab, and confirmed no change in AI TA.
Before update
Assistant message in Web Lab 2 (with bot icon):
Assistant message in AI Chat Lab (with bot icon):
After update
Assistant message in Web Lab 2 (no bot icon):
Assistant message in AI Chat Lab (no bot icon):
AI TA (no change):
Deployment notes
Privacy and security