-
Notifications
You must be signed in to change notification settings - Fork 41
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
Added verse of the day functionality, issue #165 #195
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@sameer-soni |
Try to rebase it using |
The following msg is getting displayed -> 'Current branch main is up to date.' Do I need to bring changes of dev branch to main? |
use |
you are pushing from your main branch to Dev brach of this project, either you have to rebase with this project's Dev branch or you can push your changes to main branch. |
Okay I'll raise a pr to main branch |
Resolves issue #165
I have added the Verse of the Day functionality to the application using React. Now on, everyday we will get a verse, better as 'Gita ka Gyaan' fetched randomly among the numerous shloks of Bhagvad Gita. This will enhance the user interaction making the application more familiar to the users.
Here I have shared the screenshot.
Note: These verses will get updated at 12:00 AM everyday!!