Skip to content

Commit

Permalink
Tweak title
Browse files Browse the repository at this point in the history
  • Loading branch information
rickkln committed Apr 21, 2020
1 parent 024631a commit 994597d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = {
siteMetadata: {
title: 'Corona',
title: 'Cornavirus Pandemic Tracker',
description: 'A simple tool to track global progress in defeating Covid-19.',
author: '@rickkln',
},
Expand Down
1 change: 0 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const formatCell = (country: Country, period: number): String => {
const IndexPage = () => {
const { loading, error, data } = useQuery<Countries>(countryQuery);
const growthData = useMemo(() => calculateGrowthData(data), [data]);
console.log(growthData);
const columns = React.useMemo(
() => [
{
Expand Down

0 comments on commit 994597d

Please sign in to comment.