fix(www): remove unused icon from new-york mode-toggle button of NextJS Dark Mode #6575
+2
−2
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.
Description:
This PR fixes an issue in the New York style mode-toggle button for Dark Mode in Next.js (reference).
![Screenshot 2025-02-05 at 22 55 41](https://private-user-images.githubusercontent.com/150381361/410104182-03049cd6-14cb-4249-ab02-8ee8829b9e83.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMDk2NTYsIm5iZiI6MTczOTIwOTM1NiwicGF0aCI6Ii8xNTAzODEzNjEvNDEwMTA0MTgyLTAzMDQ5Y2Q2LTE0Y2ItNDI0OS1hYjAyLThlZTg4MjliOWU4My5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxNzQyMzZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xMDMyZjFiMjBmYmQzOWM4YjczMjg5MmUxMTJiZWNhMTZlMjU5NGVjZjYzYmQ3NjdmYzA4Mjk2NjRiOGRiYmMzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.IJ4Lxp2CXo3VXXsqWmftd09B3yLrVqfeQpRcgDM9Zi4)
Issue:
lucide-react
, which caused errors when runningnpm run build
.Fix:
lucide-react
, preventing the build error.Files Modified:
apps/www/registry/new-york/examples/mode-toggle.tsx
apps/www/public/r/styles/new-york/mode-toggle.json
Additional Steps:
pnpm build:registry
to update the registry.pnpm test
.This ensures a smooth experience for users downloading the New York mode-toggle component.
Let me know if any further changes are required. Thanks! 🚀