Removed the syncing with firestore

This commit is contained in:
2026-06-19 13:53:36 +05:30
parent ee81ca9228
commit 9a575a126a
7 changed files with 60 additions and 6 deletions

View File

@@ -439,7 +439,7 @@ export const StudentRegistrationsView: React.FC = () => {
disabled={isProcessing}
className="px-6 py-2.5 bg-brand-navy text-white rounded-xl font-black text-[10px] uppercase tracking-widest hover:scale-[1.02] transition-all shadow-md"
>
{isProcessing ? 'Syncing...' : 'Save Attendance'}
{isProcessing ? 'Saving...' : 'Save Attendance'}
</button>
</div>