Skip to content

Commit

Permalink
new logo
Browse files Browse the repository at this point in the history
  • Loading branch information
SundarakrishnanN committed Jul 3, 2024
1 parent 67114d9 commit 6eb6293
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions components/HeaderImages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ const HeaderImages = () => {
show: true,
padding: 'p-2',
},
// {
// src: "logo_IEEE_Main.png",
// alt: "ieee_logo",
// href: "https://www.ieee.org",
// show: true,
// padding: "p-2"
// },
{
src: "ieee-main.png",
alt: "ieee_logo",
href: "https://www.ieee.org",
show: true,
padding: "p-2"
},
// {
// src: "logo_IEEE_Banaglaore_Section.png",
// alt: "ieee_bangalore_logo",
Expand All @@ -34,7 +34,7 @@ const HeaderImages = () => {
return (
<div>
<div className="center p-auto m-14 mt-0 hidden flex-col md:block ">
<div className="mx-20 mt-6 flex items-center justify-evenly gap-8 overflow-x-scroll rounded-3xl bg-white bg-opacity-20 scrollbar-hide ">
<div className="mx-20 mt-6 flex items-center justify-evenly gap-8 overflow-x-scroll rounded-3xl bg-white bg-opacity-40 scrollbar-hide ">
{images.map((image) => {
if (image.show) {
return (
Expand Down
Binary file added public/ieee-main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6eb6293

Please sign in to comment.