Skip to content

Commit bede803

Browse files
committed
Npm install
1 parent ce8c08f commit bede803

File tree

3 files changed

+28
-30
lines changed

3 files changed

+28
-30
lines changed
Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
/**
22
* Footer of the application.
33
*/
4-
const Footer = () => (
5-
<footer className="w-full sm:mt-20 mt-2 sm:bottom-0 px-6 mb-28 sm:mb-2 mx-auto text-center bg-white border border-gray-300 rounded-lg shadow">
6-
<div className="p-6">
7-
Copyright &copy; {new Date().getFullYear()} Daniel / w3bdesign
8-
</div>
9-
</footer>
10-
);
11-
12-
export default Footer;
13-
4+
const Footer = () => (
5+
<footer className="w-full sm:mt-20 mt-2 sm:bottom-0 px-6 mb-28 sm:mb-2 mx-auto text-center bg-white border border-gray-300 rounded-lg shadow">
6+
<div className="p-6">
7+
Copyright &copy; {new Date().getFullYear()} Daniel / w3bdesign
8+
</div>
9+
</footer>
10+
);
11+
12+
export default Footer;

package-lock.json

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pages/_app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import 'nprogress/nprogress.css';
1313

1414
import client from 'utils/apollo/ApolloClient';
1515

16-
1716
Router.events.on('routeChangeStart', () => NProgress.start());
1817
Router.events.on('routeChangeComplete', () => NProgress.done());
1918
Router.events.on('routeChangeError', () => NProgress.done());

0 commit comments

Comments
 (0)