Skip to content

Commit cdf4142

Browse files
authored
Merge pull request #45 from dvm-shlee/main
Add ORIGAMI Lab partner logo
2 parents 8eb426b + 8833375 commit cdf4142

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

public/partnership_origamilab.png

1.09 MB
Loading

src/components/sponsors-section.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ const partners = [
4747
logo: `${basePath}/partnership_BIDS.svg`,
4848
panelClassName: "bg-white",
4949
},
50+
{
51+
name: "ORIGAMI Lab",
52+
logo: `${basePath}/partnership_origamilab.png`,
53+
panelClassName: "bg-white",
54+
}
5055
];
5156

5257
const partnerGridClassName = "flex flex-wrap justify-center gap-6";

0 commit comments

Comments
 (0)