Skip to content

Commit

Permalink
middot -> mdash
Browse files Browse the repository at this point in the history
  • Loading branch information
xvvvyz committed Aug 24, 2024
1 parent 71749f5 commit 89ff967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/_components/sessions-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const SessionsPage = async ({
date={session.scheduled_for ?? ''}
formatter="date-time"
/>
·
—
<div>Scheduled</div>
</>
) : completedModules.length ? (
Expand All @@ -136,7 +136,7 @@ const SessionsPage = async ({
date={latestCompletedEvent.created_at}
formatter="date-time"
/>
&middot;
&mdash;
<div>
{completedModules.length} of{' '}
{session.modules.length} completed
Expand Down

0 comments on commit 89ff967

Please sign in to comment.