Skip to content

Conversation

IshaanAggrawal
Copy link

fixes #12

Description
Fixes non-breaking space ( ) issues in the license listing page by replacing them with regular spaces for consistent display and data processing.

Changes
Replaced instances of   or non-breaking spaces with regular spaces in src/pages/license.js.
Ensured that whitespace rendering is clean and no layout shifts occur.

How to test
Navigate to the License listing page.
Confirm that text previously containing non-breaking spaces now renders with regular spaces.
Verify that text alignment, wrapping, or UI spacing is unaffected by the change.

@IshaanAggrawal
Copy link
Author

Review it please

@deo002
Copy link
Collaborator

deo002 commented Sep 11, 2025

Thanks for the contributions Ishaan! Could you please verify your commits? Here's a guide to do it: https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification#gpg-commit-signature-verification

@IshaanAggrawal
Copy link
Author

Sure

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.

Non-breaking space   is getting added when we add license text for a license

2 participants