Skip to content

Commit

Permalink
chore(fe): fix updatenow text (#2153)
Browse files Browse the repository at this point in the history
chore(fe): fix-updatenow-text
  • Loading branch information
juhyeong0505 authored Oct 13, 2024
1 parent 576359f commit b7f5f0b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions apps/frontend/components/auth/UpdateInformation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,11 @@ export default function UpdateInformation() {
<p className="pl-2">Update Information</p>
</div>
<div className="mt-5 text-center text-xs text-neutral-700">
<p>To continue using our service,</p>
<p>you must update your information.</p>
</div>
<div className="text-center text-xs text-neutral-700">
<p>You must your information by October 31.</p>
<p>You</p>
<p className="text-bold">must update below information</p>
<p>to continue using our service (~ 2024-10-31).</p>
</div>
<div className="my-8 w-36 border-b" />
<p className="text-xs font-bold">Your information</p>
<ul className="mt-1 text-xs font-medium text-neutral-700">
<li>Your Student ID</li>
<li>Your First Major</li>
Expand Down

0 comments on commit b7f5f0b

Please sign in to comment.