You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue:
The like button is not functioning when I click on it on the page. No action occurs, and there are no changes in the like count or color.
Steps to Reproduce :
Open the project in the browser.
Navigate to the Blogsection .
Click on the like button.
Expected Behavior:
The like count should increase or give visual feedback that the like action was recorded.
Screenshot :
Environment :
Windows : 11
The text was updated successfully, but these errors were encountered:
Hi @vishanurag,
I’ve implemented the fix for the like button functionality and created a new branch fix-like-button-issue. However, I’m encountering a permission issue when trying to push the changes.
it shows an error like this :
$ git push origin fix-like-button-issue
info: please complete authentication in your browser...
remote: Permission to vishanurag/Canvas-Editor.git denied to hbSrujana.
fatal: unable to access 'https://github.com/vishanurag/Canvas-Editor.git/': The requested URL returned error: 403
Issue:
The like button is not functioning when I click on it on the page. No action occurs, and there are no changes in the like count or color.
Steps to Reproduce :
Expected Behavior:
The like count should increase or give visual feedback that the like action was recorded.
Screenshot :
Environment :
Windows : 11
The text was updated successfully, but these errors were encountered: