Merge branch 'Reminder_update_button' of MyFit/users-myfit into master

This commit is contained in:
2023-02-09 01:50:30 +00:00
committed by Gogs
+1 -1
View File
@@ -247,7 +247,7 @@ export default function AddEditReminder({ className }) {
className="w-[152px] h-[46px] flex justify-center items-center btn-gradient text-base rounded-full text-white"
onClick={handleAddReminder}
>
{location.state?.reminder ? 'Edit' : 'Upadate'}
{location.state?.reminder ? 'Edit' : 'Add Reminder'}
</button>
}
</div>