Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: Add delimiter to user count on About page (#4370)
## Because I was perusing the site and thought this tiny tweak could improve the readability of the user count on the About page. ## This PR * Formats the `User.count` value in the Learners card to read `1,231,839` instead of `1231839` ## Issue N/a ## Additional Information None ## Pull Request Requirements - [x] I have thoroughly read and understand [The Odin Project Contributing Guide](https://github.com/TheOdinProject/theodinproject/blob/main/CONTRIBUTING.md) - [x] The title of this PR follows the `keyword: brief description of change` format, using one of the following keywords: - `Feature` - adds new or amends existing user-facing behavior - `Chore` - changes that have no user-facing value, refactors, dependency bumps, etc - `Fix` - bug fixes - [x] The `Because` section summarizes the reason for this PR - [x] The `This PR` section has a bullet point list describing the changes in this PR - [x] I have verified all tests and linters pass after making these changes. - [ ] ~If this PR addresses an open issue, it is linked in the `Issue` section~ - [ ] ~If applicable, this PR includes new or updated automated tests~ --------- Co-authored-by: Kevin <[email protected]>
- Loading branch information