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