Skip to content

Commit

Permalink
Added footer link
Browse files Browse the repository at this point in the history
  • Loading branch information
codemzy committed Sep 28, 2018
1 parent 7d6bcca commit 2001bff
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 9 deletions.
2 changes: 2 additions & 0 deletions components/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ export default ({ children, title = 'Simple Calendar' }) => (
</Head>

{ children }

<div className="text-center text-muted mt-5"><small>Made by <a href="https://github.com/codemzy/simple-calendar">codemzy</a></small></div>

</div>
);

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions out/_next/static/commons/manifest.js

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

2 changes: 1 addition & 1 deletion out/_next/static/commons/manifest.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions out/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-calendar",
"version": "1.0.2",
"version": "1.0.0",
"description": "A simple responsive calendar.",
"main": "server.js",
"scripts": {
Expand Down

0 comments on commit 2001bff

Please sign in to comment.