Skip to content
This repository has been archived by the owner on Nov 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #13 from bharatari/dev
Browse files Browse the repository at this point in the history
v1.2.1
  • Loading branch information
bharatari authored Apr 27, 2020
2 parents 999713f + 5959f60 commit b161598
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions client/components/Header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const Back = styled(Button)`
outline: none;
border: none;
box-shadow: none;
visibility: ${props => props.dummy ? 'hidden' : 'visible'};
`;

const HeaderText = styled.a`
Expand Down Expand Up @@ -49,6 +50,7 @@ export default function Header() {
<Menu>
<Back onClick={goHome} type="ghost" icon={<HomeOutlined />} shape="circle" size="large" />
<HeaderText href="#" onClick={goHome}><h2><HeaderBold>UTD</HeaderBold> Grades</h2></HeaderText>
<Back dummy={true} onClick={goHome} type="ghost" icon={<HomeOutlined />} shape="circle" size="large" />
</Menu>
);
}
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ export default function SectionContent({ relatedSections, section, handleRelated
scales: {
yAxes: [{
ticks: {
beginAtZero:true
beginAtZero: true,
precision: 0
},
}],
},
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "utd-grades-client",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down

1 comment on commit b161598

@vercel
Copy link

@vercel vercel bot commented on b161598 Apr 27, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.