Skip to content

Commit

Permalink
feat: add Early AI as a partner and update layout to grid system (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz authored Oct 28, 2024
1 parent 628d730 commit 01ad864
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Binary file added public/assets/logos/early.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Partner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const Partners = ({ partners = PARTNERS }: TPartnersProps) => {
if (!partners) return null

return (
<div className="flex flex-wrap items-center justify-center gap-10">
<div className="grid grid-cols-7 place-items-center justify-center gap-10">
{partners.map((partner) => (
<Tooltips key={partner.name} message={partner.name}>
<Link
Expand Down
5 changes: 5 additions & 0 deletions src/components/Partner/partners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,9 @@ export const PARTNERS: TPartner[] = [
name: 'HeartDevs',
site: 'https://heartdevs.com/',
},
{
image: '/assets/logos/early.png',
name: 'Early AI',
site: 'https://www.startearly.ai/',
},
]

0 comments on commit 01ad864

Please sign in to comment.