Skip to content

Commit

Permalink
Update logo in Landing
Browse files Browse the repository at this point in the history
This commit closes #15.
  • Loading branch information
sumanthratna committed Apr 27, 2021
1 parent fc6ae39 commit 51620e0
Show file tree
Hide file tree
Showing 25 changed files with 113 additions and 151 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"homepage": "https://hacktj.org/2021",
"dependencies": {
"chart.js": "^3.0.2",
"chart.js": "^3.2.0",
"dayjs": "^1.10.4",
"history": "^5.0.0",
"lodash": "^4.17.21",
Expand All @@ -13,8 +13,8 @@
"react-chartjs-2": "^2.11.1",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.0.9",
"react-map-gl": "^6.1.11",
"react-parallax-tilt": "^1.5.3",
"react-map-gl": "^6.1.12",
"react-parallax-tilt": "^1.5.5",
"react-router": "^6.0.0-beta.0",
"react-router-dom": "^6.0.0-beta.0",
"reactstrap": "^8.9.0",
Expand Down Expand Up @@ -57,23 +57,23 @@
"defaults"
],
"devDependencies": {
"@testing-library/dom": "^7.30.3",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/dom": "^7.30.4",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^13.1.2",
"@testing-library/user-event": "^13.1.5",
"@types/chart.js": "^2.9.32",
"@types/jest": "^26.0.22",
"@types/jest": "^26.0.23",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.37",
"@types/node": "^15.0.0",
"@types/preval.macro": "^3.0.0",
"@types/react": "^17.0.3",
"@types/react": "^17.0.4",
"@types/react-dom": "^17.0.3",
"@types/react-map-gl": "^5.2.9",
"@typescript-eslint/eslint-plugin": "^4.21.0",
"@typescript-eslint/parser": "^4.21.0",
"eslint": "^7.24.0",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"eslint": "^7.25.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "^5.6.0",
"eslint-plugin-flowtype": "^5.7.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
Expand Down
2 changes: 1 addition & 1 deletion src/content/statistics/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const graduationData: {
};
Object.freeze(graduationData);

const Statistics = (): JSX.Element => (
const Statistics = () => (
<>
<a className="anchor" id="demographics" href="#demographics">
Demographics
Expand Down
40 changes: 1 addition & 39 deletions src/images/bigweblogo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 51620e0

Please sign in to comment.