Skip to content

Commit

Permalink
add triplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
mckelvey committed Dec 10, 2024
1 parent e8a0de5 commit fd680c4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/composed/partners/partners.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const partnerHref: Record<PartnerName, string> = {
'seed-club-ventures': 'https://seedclub.ventures/',
'thomas-howell': 'https://x.com/seethomasowl',
'nima-ashgari': 'https://x.com/insideNiMA',
triplicate: 'https://www.triplicate.xyz/',
}

const partnersScroll = keyframes`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,9 @@ export const PARTNERS: Record<PartnerName, Partner> = {
'nima-ashgari': {
name: 'NiMA Asghari',
},
triplicate: {
imageSrc: '/partner/triplicate.svg',
imageScale: 0.55,
name: 'Triplicate',
},
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export const partnerNames = [
'seed-club-ventures',
'thomas-howell',
'nima-ashgari',
'triplicate',
] as const
export type PartnerName = (typeof partnerNames)[number]

Expand Down
1 change: 1 addition & 0 deletions public/partner/triplicate.svg
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 fd680c4

Please sign in to comment.