Skip to content

Commit

Permalink
Todo: Firebase smart fetching, first urls, titles and content--then full
Browse files Browse the repository at this point in the history
  • Loading branch information
ksorv committed Apr 3, 2020
1 parent d28dc0e commit 907263c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Projects/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Blog extends React.Component {
const { projects } = this.props;
return (
<div>
<h1>Blog</h1>
<h1>Project</h1>
<Grid fluid>
{projects &&
Object.entries(projects).map((t, k) => (
Expand Down

0 comments on commit 907263c

Please sign in to comment.