diff --git a/.env b/.env index 450318b..c0c1b21 100644 --- a/.env +++ b/.env @@ -1 +1,6 @@ DIGIFI_PORT=5173 + +# Social Links +FACEBOOK_URL=https://www.facebook.com +TWITTER_URL=https://twitter.com +INSTAGRAM_URL=https://www.instagram.com \ No newline at end of file diff --git a/.env.development b/.env.development index 450318b..90d9e86 100644 --- a/.env.development +++ b/.env.development @@ -1 +1,6 @@ DIGIFI_PORT=5173 + +# Social Links +VITE_FACEBOOK_URL=https://www.facebook.com +VITE_TWITTER_URL=https://twitter.com +VITE_INSTAGRAM_URL=https://www.instagram.com \ No newline at end of file diff --git a/.env.production b/.env.production index 450318b..c0c1b21 100644 --- a/.env.production +++ b/.env.production @@ -1 +1,6 @@ DIGIFI_PORT=5173 + +# Social Links +FACEBOOK_URL=https://www.facebook.com +TWITTER_URL=https://twitter.com +INSTAGRAM_URL=https://www.instagram.com \ No newline at end of file diff --git a/src/components/Footer/Footer.tsx b/src/components/Footer/Footer.tsx index 3973536..7e1152f 100644 --- a/src/components/Footer/Footer.tsx +++ b/src/components/Footer/Footer.tsx @@ -4,14 +4,18 @@ import { socialsIcons } from "../../utils/data"; export default function Footer() { const date = new Date().getFullYear(); return ( -
{date} @ First City Monument Bank Limited
{body}
+{body}
- +