Fixed Broken Git Icons

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2022-05-10 14:55:40 +05:30
parent 4fcb2440bc
commit 074098a97a
4 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ import SkillCard from "../skillCard";
function GitHubUserEvtSkillCard({ title, image, evt1, evt2, evt3, url }) {
// console.log(evt1);
var ghLogo =
"https://cdns.iconmonstr.com/wp-content/assets/preview/2012/240/iconmonstr-github-1.png";
"/images/github_events/GitIcon.png";
// Evt1
if (evt1.type === "PushEvent") {
evt1.entTypeLogo = "/images/github_events/github_push_event_logo.png";

View File

@ -8,7 +8,7 @@ export default function Home() {
<div>
<Head>
<title>
Skills | Jyotirmoy Bandyopadhayaya | Full Stack Web Developer and
Stats | Jyotirmoy Bandyopadhayaya | Full Stack Web Developer and
DevOps Engineer
</title>
<meta
@ -35,7 +35,7 @@ export default function Home() {
</Head>
<Nav />
<Skills />
{/* <Footer /> */}
<Footer />
</div>
);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB