fix:removing 't' after 14 from login page#339
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughRemove the trailing "t" suffix from the templates count display on the login page. This one-line change updates the promo stat configuration to display only the numeric count without an extra character, matching the styling on the signup page. ChangesLogin Page UI Consistency
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsGit: Failed to clone repository. Please run the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
I have made this contribution under. Please mark it the same. |
Closes #313
🚀 Description
Fixed a layout typo on the split-screen authentication views on Login Page.
🛠️ Changes Made
client/src/module/auth/LoginPage.tsx: Updated object by changingsuffix: "t"to an empty stringsuffix: "".##Verification (Before vs. After)


Checklist
"Don't worry about the 'login through Gmail' I commented out few code to run it locally and then fixed it back.
Summary by CodeRabbit