Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
hj940709 committed Oct 2, 2024
1 parent 79967d4 commit 5a5c3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ export default function Sidebar({ history }) {
</Button>
</Link>
<Dropdown item text={intl.formatMessage({id: 'Menu-more'})} >
<DropdownMenu style={{minHeight: '15.5em'}}>
<DropdownMenu style={{minHeight: '16em'}}>
<DropdownItem text={intl.formatMessage({id: 'groups'})} icon='group' as={Link} to={isTeacher ? '/groups/teacher' : '/groups/student'}/>
<DropdownItem as={Link} to="/profile/main" text={intl.formatMessage({id: 'Profile'})} icon="user outline" />
{learningLanguage && (
Expand Down

0 comments on commit 5a5c3cb

Please sign in to comment.