-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change the icon for toggle theme #190
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I have made a different folder but again it giving error can you tell me the error |
Hello:) This is the problem:
Also please don't create a new pr just push a new commit. |
It running well in my local but I don't know why it failing here. |
@amanr-dev Can you help @HarshitT00 . I am busy with other things |
Hi @Bashamega, Can you share with me the Error message on |
Okay,
|
/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/feature/changer-icon*:refs/remotes/origin/feature/changer-icon* +refs/tags/feature/changer-icon*:refs/tags/feature/changer-icon* what is this error |
@amanr-dev Can you fix the gh actions. |
I don't know i hope @amanr-dev can solve it |
Yesterday when I made a PR this error was not there but after gh update I am getting this error |
Because yesterday your pr was on the main branch not a sub branch like today. But we have to fix it either way. As soon as a we fix the action it will be fixed |
This is a GitHub workflow error from the |
Should I try to make PR by changing code in the main branch of my fork copy? |
As a temporary solution yes. |
This pull request addresses issue #173 "The changer icons"
Changes made:
Added moon icon for dark theme
Added sun icon for light theme
Implemented these icons in the theme changer toggle
This enhancement improves the user interface by providing visual cues for the current theme and the action of changing themes.
Closes #173