Update the file app/admin/quests/page.tsx
to display the most recent quests first
#1005
Labels
Good first issue
Good for newcomers
OD Hack
Issue reserved for the OD Hack
open for contribution
An issue that is available for an Only Dust contribution
Description 📹
Update the file
app/admin/quests/page.tsx
so that it displays the most recent quests first by simply reversing the order of the quests array before rendering.Proposed Actions 🛠️
Here’s a checklist of actions to follow for resolving this issue:
Fork the repository and create a new branch using the issue number:
Modify the following section of the code:
fetchQuests
function to reverse the order of the quests:Make sure your changes don't break existing functionality and commit with a clear message:
git commit -m "Fix: Display most recent quests first in admin panel"
Required 📋
To keep our workflow smooth, please make sure you follow these guidelines:
Thank you for your contribution 🙏
The text was updated successfully, but these errors were encountered: