From 1465eab5f2427344616be5ab7e571f3aac9c8f21 Mon Sep 17 00:00:00 2001 From: Phuoc Nguyen Date: Wed, 31 Mar 2021 22:23:15 +0700 Subject: [PATCH] Update footer --- .DS_Store | Bin 6148 -> 0 bytes .gitignore | 1 + client/layouts/Footer.tsx | 2 +- client/layouts/ProductHuntBadge.tsx | 26 ------------ client/layouts/SubscribeForm.tsx | 59 ---------------------------- 5 files changed, 2 insertions(+), 86 deletions(-) delete mode 100644 .DS_Store delete mode 100644 client/layouts/ProductHuntBadge.tsx delete mode 100644 client/layouts/SubscribeForm.tsx diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index c88a062b05be4fd1d362b3e4c6a7481e718b69d0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeH~O$x$5422WzLU7Zi%h`AUZ!n0Spcima5J4*Vx1OW>k_m#k8KJGkN^pg011%5 z4-v3?8#bF)Wh4O-Ab}?V`#vPNX$~z_{nLTqBLK8P*$r!-C7{U)&>UK-q5{*H9yD6j z#}KP~J2b_)99pW@cF`C;crrWIXQgOGwy`I%~QMGk}L;X0y%TE9jyNVZZH|!@{KyzrRiVBQB0*--!1inh( E0rZ6u#{d8T diff --git a/.gitignore b/.gitignore index d73fab0..aa7cfbd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +.DS_Store .netlify dist node_modules diff --git a/client/layouts/Footer.tsx b/client/layouts/Footer.tsx index d69c21f..7994613 100644 --- a/client/layouts/Footer.tsx +++ b/client/layouts/Footer.tsx @@ -13,7 +13,7 @@ const Footer: React.FC<{}> = () => {
-
© 2020-{new Date().getFullYear()} Nguyen Huu Phuoc.
+
© 2019-{new Date().getFullYear()} Nguyen Huu Phuoc.
All rights reserved
diff --git a/client/layouts/ProductHuntBadge.tsx b/client/layouts/ProductHuntBadge.tsx deleted file mode 100644 index 662b604..0000000 --- a/client/layouts/ProductHuntBadge.tsx +++ /dev/null @@ -1,26 +0,0 @@ -/** - * A collection of popular layouts and patterns made with CSS (https://csslayout.io) - * (c) 2019 - 2020 Nguyen Huu Phuoc - */ - -import React from 'react'; - -const ProductHuntBadge: React.FC<{}> = () => { - return ( - - CSS Layout - Most popular layouts and patterns that can be built with CSS | Product Hunt Embed - - ); -}; - -export default ProductHuntBadge; diff --git a/client/layouts/SubscribeForm.tsx b/client/layouts/SubscribeForm.tsx deleted file mode 100644 index 13136af..0000000 --- a/client/layouts/SubscribeForm.tsx +++ /dev/null @@ -1,59 +0,0 @@ -/** - * A collection of popular layouts and patterns made with CSS (https://csslayout.io) - * (c) 2019 - 2020 Nguyen Huu Phuoc - */ - -import React from 'react'; - -const SubscribeForm: React.FC<{}> = () => { - return ( -
-
- Hit the Subscribe button for the latest news on my tools. No spam. Ever! -
-
- - - -
-
- ); -}; - -export default SubscribeForm;