From 442bcead706f2cfff3a46af46e802defd8613e53 Mon Sep 17 00:00:00 2001 From: elforjani3 Date: Tue, 27 Apr 2021 16:20:36 +0200 Subject: [PATCH] feat(footerLinks) : add link . --- client/src/config/footerLinks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/config/footerLinks.js b/client/src/config/footerLinks.js index ecfb05f94..a361fcb7d 100644 --- a/client/src/config/footerLinks.js +++ b/client/src/config/footerLinks.js @@ -28,6 +28,6 @@ export default [ }, { title: 'Bigcapital', - link: '#', + link: 'http://bigcapital.ly', } ] \ No newline at end of file