Skip to content

Commit 5be7f3c

Browse files
committed
Minor UI adjustment for modal
1 parent b6a32db commit 5be7f3c

File tree

1 file changed

+1
-2
lines changed
  • apps/frontend/src/app/collaboration/[id]

1 file changed

+1
-2
lines changed

apps/frontend/src/app/collaboration/[id]/page.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,7 @@ export default function CollaborationPage(props: CollaborationProps) {
221221
>
222222
<p className="session-modal-description">
223223
The collaboration session has ended. You will be redirected in{" "}
224-
{countDown}
225-
seconds
224+
{countDown} seconds
226225
</p>
227226
<p className="session-modal-question">
228227
Question:{" "}

0 commit comments

Comments
 (0)