Skip to content

Commit

Permalink
Updated formatting to be prettier consistent + Changed RSVP component…
Browse files Browse the repository at this point in the history
… text
  • Loading branch information
RandyHuynh5815 committed Jan 20, 2024
1 parent bad3433 commit 075026d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions apps/site/src/app/(main)/portal/@applicant/Message.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ function Message({ status }: MessageProps) {
[PortalStatus.void]: (
<p>
Unfortunately, you are not able to RSVP for IrvineHacks at this time and
will not be able to come to the event. However, we would love to see you apply
again next year!
will not be able to come to the event. However, we would love to see you
apply again next year!
</p>
),
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function VerticalTimeline({ status }: VerticalTimelineProps) {
<li className="flex flex-row items-center border-t">
<Image
src={XCircle}
alt="checked-circle"
alt="x-circle"
width={25}
height={25}
className="m-6 mr-12"
Expand Down Expand Up @@ -116,12 +116,12 @@ function VerticalTimeline({ status }: VerticalTimelineProps) {
<li className="flex flex-row items-center border-t">
<Image
src={XCircle}
alt="checked-circle"
alt="x-circle"
width={25}
height={25}
className="m-6 mr-12"
/>
Can not RSVP at this time.
No RSVP Indicated
</li>
) : null;

Expand Down

0 comments on commit 075026d

Please sign in to comment.