Skip to content

Commit

Permalink
#20 Resolve issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bhowmikp committed Jul 23, 2020
1 parent a40eb17 commit 904c811
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions src/components/GithubLanguageGraph.tsx
Expand Up @@ -44,9 +44,7 @@ const createChartConfig = (data: object) => {
]
},
options: {
legend: {
position: "right"
},
legend: {},
title: {
display: true,
fontSize: 14,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/projects.tsx
Expand Up @@ -26,7 +26,7 @@ export default ({
</Head>

<p>Projects Page</p>
<GithubLanguageGraph data={githubLanguages} />
{isAmp || <GithubLanguageGraph data={githubLanguages} />}

{projects.map((project, index) => {
return (
Expand Down
2 changes: 1 addition & 1 deletion src/public/sw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/public/sw.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 904c811

Please sign in to comment.