Skip to content
Snippets Groups Projects
Commit a3b50967 authored by Martin Wighus Holtmon's avatar Martin Wighus Holtmon
Browse files

projectSecondPart/Problem2 - updated css + changed name to group number

parent 631216d3
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ import fetchModel from '../../../lib/fetchModelData';
class TopBar extends React.Component {
constructor(props) {
super(props);
this.state = {headerContext: '', name: 'name'};
this.state = {headerContext: '', name: 'Group 9'};
}
componentDidUpdate(prevProps) {
......
......@@ -12,7 +12,7 @@
transition: all 0.5s;
cursor: pointer;
overflow: hidden;
margin: 5px;
margin: 5px 5px 15px;
}
.button span {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment