Skip to content

Commit

Permalink
Not title changed to title
Browse files Browse the repository at this point in the history
  • Loading branch information
raggettii committed Dec 9, 2024
1 parent 0af5351 commit 43ec4b2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const EventDashboardScreen = (): JSX.Element => {
className={`d-flex flex-row justify-content-between flex-wrap ${styles.gap}`}
>
<div style={{ flex: 1 }}>
<h1>{t('Not title ')}</h1>
<h1>{t('title')}</h1>
</div>
<Outlet />
</div>
Expand Down

0 comments on commit 43ec4b2

Please sign in to comment.