Skip to content

Commit

Permalink
Merge pull request #102 from UoaWDCC/VPS-056/Change-To-UOA-Theme
Browse files Browse the repository at this point in the history
Vps 056/change to uoa theme
  • Loading branch information
Ryuna001 authored Jul 28, 2023
2 parents fd2a502 + 87e65a8 commit 383ffb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file modified frontend/public/uoa-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions frontend/src/components/SideBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export default function SideBar() {
<>
<div className={styles.sideBar}>
<img
draggable="false"
className={styles.logo}
src="uoa-logo.png"
alt="University of Auckland Logo"
Expand Down
4 changes: 3 additions & 1 deletion frontend/src/styling/SideBar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
text-align: center;

.logo {
width: 250px;
margin: 10px;
width: 230px;

}

.sideBarList {
Expand Down

0 comments on commit 383ffb7

Please sign in to comment.