Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1941 | Updated label of dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Oct 15, 2024
1 parent ed262cc commit d0768c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/dashboard/UserDashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ const UserDashboard = ({ user }) => {
<div className='col-xs-12 padding-0'>
<div className='col-xs-9' style={{maxWidth: 'calc(100% - 360px)', minWidth: '500px'}}>
<div className='col-xs-12 padding-0' style={{marginTop: '8px', display: 'flex', alignItems: 'center', justifyContent: 'space-between'}}>
<Typography sx={{fontWeight: 'bold', color: 'secondary.main'}}>
{upperFirst(t('user.recent_activity'))}
<Typography sx={{fontSize: '22px', color: 'secondary.main'}}>
{upperFirst(t('dashboard.anonymous_heading'))}
</Typography>
<EventsButtonGroup selected={scope} onClick={onScopeChange} />
</div>
Expand Down

0 comments on commit d0768c9

Please sign in to comment.