Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hj940709 committed Oct 21, 2024
2 parents 0f46146 + 74eabe7 commit 360807e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions client/assets/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -738,6 +738,7 @@ $value in $spacing {
left: 50%;
margin-top: -284px;
margin-left: -300px;
box-shadow: 2.5em 2.5em 1.6em #6e6c6c;
background: #FFF;
z-index: 103;
width: 600px;
Expand Down
2 changes: 1 addition & 1 deletion client/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Footer = () => {
</div>
</>
)}
<div className="footer-item">© University of Helsinki 2020–2023</div>
<div className="footer-item">© University of Helsinki 2020–2024</div>

{showResonsiveVoiceMention && (
<div className="footer-item">
Expand Down
6 changes: 5 additions & 1 deletion client/components/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,11 @@ export default function Sidebar({ history }) {
<FormattedMessage id="Settings" />
</Button>
</Link>
<Dropdown item text={intl.formatMessage({id: 'Menu-more'})} >
<Dropdown item style={{color: 'darkslateblue',
borderColor: 'slateblue',
fontSize: 'larger',
fontWeight: 'bold'}}
text={intl.formatMessage({id: 'Menu-more'})} >
<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" />
Expand Down

0 comments on commit 360807e

Please sign in to comment.