Skip to content

Commit 3b63ff8

Browse files
Update Michael Goin quote: org to Red Hat, add to carousel (#179)
- Update title to "vLLM Core Maintainer & Senior Principal Engineer at Red Hat" - Change org from vLLM to Red Hat - Add Red Hat SVG logo - Add Red Hat to CAROUSEL_ORGS for homepage carousel Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 02548ff commit 3b63ff8

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

Lines changed: 1 addition & 0 deletions
Loading

packages/app/src/components/quotes/quotes-data.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ export const QUOTES: Quote[] = [
9191
{
9292
text: 'The benchmark is good sir',
9393
name: 'Michael Goin',
94-
title: 'vLLM Maintainer',
95-
org: 'vLLM',
96-
logo: 'vllm.svg',
94+
title: 'vLLM Core Maintainer & Senior Principal Engineer at Red Hat',
95+
org: 'Red Hat',
96+
logo: 'redhat.svg',
9797
link: 'https://www.linkedin.com/in/michael-goin/',
9898
},
9999
{
@@ -341,6 +341,7 @@ export const CAROUSEL_ORGS = [
341341
'UC Berkeley',
342342
'Lambda',
343343
'UC San Diego',
344+
'Red Hat',
344345
] as const;
345346

346347
/** Display label overrides for carousel orgs. */

0 commit comments

Comments
 (0)