fix: remove capitalize class from provider name #5158
Merged
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.
Describe Your Changes
This pull request includes minor changes to the
ProvidersMenu
component inweb-app/src/containers/ProvidersMenu.tsx
. The changes remove thecapitalize
CSS class from certain<span>
elements to ensure consistent text styling.Styling adjustments:
capitalize
class from the<span>
elements displaying provider titles to prevent automatic capitalization. ([web-app/src/containers/ProvidersMenu.tsxL90-R90](https://github.com/menloresearch/jan/pull/5158/files#diff-db573253ae646febf83887d8c24ddba65b1e0e66f01f40ab1898f1747a279cf0L90-R90)
)capitalize
class from the<span>
element for the "Add Provider" text to ensure consistent text rendering. ([web-app/src/containers/ProvidersMenu.tsxL102-R100](https://github.com/menloresearch/jan/pull/5158/files#diff-db573253ae646febf83887d8c24ddba65b1e0e66f01f40ab1898f1747a279cf0L102-R100)
)Fixes Issues
Self Checklist
Important
Remove
capitalize
class from<span>
elements inProvidersMenu.tsx
for consistent text styling.capitalize
class from<span>
elements displaying provider titles inProvidersMenu.tsx
to prevent automatic capitalization.capitalize
class from<span>
element for "Add Provider" text inProvidersMenu.tsx
for consistent text rendering.This description was created by
for 74b53ef. You can customize this summary. It will automatically update as commits are pushed.