Skip to content

Commit afb62bc

Browse files
committed
shorten PyTorch Foundation to PyTorch in carousel labels
1 parent 98720a2 commit afb62bc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

packages/app/src/components/page-content.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,10 @@ export function PageContent({ initialTab = 'inference' }: { initialTab?: string
316316
)}
317317
overrides={{
318318
order: ['OpenAI'],
319-
labels: { 'Together AI': 'Tri Dao' },
319+
labels: {
320+
'Together AI': 'Tri Dao',
321+
'PyTorch Foundation': 'PyTorch',
322+
},
320323
}}
321324
moreHref="/quotes"
322325
/>

0 commit comments

Comments
 (0)