From c1614f36e983bef9c98e88dfa15f0e9d2f2e1437 Mon Sep 17 00:00:00 2001 From: devham236 <90037750+devham236@users.noreply.github.com> Date: Wed, 18 Oct 2023 13:33:16 +0200 Subject: [PATCH] added github logo in header and footer --- components/Footer.jsx | 9 +++++++++ components/HeaderNav.jsx | 9 +++++++++ public/icons/github.svg | 1 + 3 files changed, 19 insertions(+) create mode 100644 public/icons/github.svg diff --git a/components/Footer.jsx b/components/Footer.jsx index 0f7b05c..19c9d0f 100644 --- a/components/Footer.jsx +++ b/components/Footer.jsx @@ -5,6 +5,7 @@ import FacebookIcon from "@icons/facebook.svg"; import InstagramIcon from "@icons/instagram.svg"; import LinkedInIcon from "@icons/linkedin.svg"; import DiscordIcon from "@icons/discord.svg"; +import GithubIcon from "@icons/github.svg"; import OfficeBuildingIcon from "@icons/office-building.svg"; import ContactUsIcon from "@icons/contact-us.svg"; @@ -94,6 +95,14 @@ export const Footer = () => { alt="Discord Icon" /> + + Github icon + diff --git a/components/HeaderNav.jsx b/components/HeaderNav.jsx index 39e60f2..712ec94 100644 --- a/components/HeaderNav.jsx +++ b/components/HeaderNav.jsx @@ -4,6 +4,7 @@ import FacebookIcon from "@icons/facebook.svg"; import InstagramIcon from "@icons/instagram.svg"; import LinkedInIcon from "@icons/linkedin.svg"; import DiscordIcon from "@icons/discord.svg"; +import GithubIcon from "@icons/github.svg"; import Link from "next/link"; export const HeaderNav = () => { @@ -78,6 +79,14 @@ export const HeaderNav = () => { width={18} /> + + Discord icon +