Skip to content

Commit

Permalink
Postman Logo added
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush-rudani committed Jul 8, 2022
1 parent 07762a4 commit 015479d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Module/General.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import replit from "./Assets/sponsorsLogos/replit.png";
import taskade from "./Assets/sponsorsLogos/taskade.png";
import interviewbuddy from './Assets/sponsorsLogos/ib.png'
import digitalocean from './Assets/sponsorsLogos/do.png'

import postman from './Assets/sponsorsLogos/pm.svg'

import zenisha from "./Assets/teami/Zenisha_Savaliya.jpeg";
import dhruvi from "./Assets/teami/Dhruvi_Sherathiya.jpg";
Expand Down Expand Up @@ -347,7 +347,7 @@ const goldsponsorLogos = [

const silversponsorLogos = [
[{ src: echo3d, link: "https://www.echo3d.co/" }, { src: wolfram, link: "https://www.wolfram.com/" }, { src: interviewbuddy, link: "https://interviewbuddy.in/" }], //Array 1
[{ src: alan, link: "https://alan.app/" }],
[{ src: alan, link: "https://alan.app/" }],
// [{ src: taskade }, { src: Replit }, { src: qoom }], //Array 2
// [{ src: interviewC }, { src: pass }, { src: glimpse }], //Array 3
// [{ src: egg }, { src: ll }, { src: ACF }] //Array 4
Expand All @@ -356,7 +356,7 @@ const silversponsorLogos = [

const bronzeponsorLogos = [
[{ src: replit, link: "https://replit.com/" }, { src: certopus, link: "https://certopus.com/" }, { src: taskade, link: "https://www.taskade.com/" },], //Array 1
[{ src: koii, link: "https://www.koii.network/" }, {src: "https://www.postman.com/_mk-www-v7.3.0/assets/logos/pm-orange-logo-horiz.svg", link: "https://postman.com/"}],
[{ src: koii, link: "https://www.koii.network/" }, { src: postman, link: "https://postman.com/" }],
// [{ src: taskade }, { src: Replit }, { src: qoom }], //Array 2
// [{ src: interviewC }, { src: pass }, { src: glimpse }], //Array 3
// [{ src: egg }, { src: ll }, { src: ACF }] //Array 4
Expand Down

0 comments on commit 015479d

Please sign in to comment.