Skip to content

Commit

Permalink
fix: 🐛 add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
megasanjay committed Apr 10, 2024
1 parent f6bb7ca commit f3d46d6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
8 changes: 8 additions & 0 deletions public/images/member-orgs/microsoft.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ export default function HomePage() {
</p>
</div>

<div className='grid-cols-1 gap-4 md:grid md:grid-cols-2 lg:grid-cols-5'>
<div className='grid-cols-1 gap-4 md:grid md:grid-cols-2 lg:grid-cols-3'>
{CollaboratorsLogosList.map((logo, index) => (
<UnstyledLink href={logo.href} key={index}>
<div className='hover:bg-slate-10 group relative mt-2 flex h-[120px] items-center justify-center rounded-lg bg-slate-50 p-2 transition-all hover:border hover:bg-slate-100 md:mt-0'>
Expand Down Expand Up @@ -615,4 +615,10 @@ const CollaboratorsLogosList = [
href: 'https://www.heidelbergengineering.com/us/',
caption: 'Heidelberg Engineering',
},
{
image: '/images/member-orgs/microsoft.svg ',
imageHeight: 'h-8',
href: 'https://www.microsoft.com/en-us/',
caption: 'Microsoft',
},
];

0 comments on commit f3d46d6

Please sign in to comment.