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 }) { function GitHubUserEvtSkillCard({ title, image, evt1, evt2, evt3, url }) {
// console.log(evt1); // console.log(evt1);
var ghLogo = var ghLogo =
"https://cdns.iconmonstr.com/wp-content/assets/preview/2012/240/iconmonstr-github-1.png"; "/images/github_events/GitIcon.png";
// Evt1 // Evt1
if (evt1.type === "PushEvent") { if (evt1.type === "PushEvent") {
evt1.entTypeLogo = "/images/github_events/github_push_event_logo.png"; evt1.entTypeLogo = "/images/github_events/github_push_event_logo.png";

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB