Skip to content

Commit

Permalink
[website] Remove Boeing logo from X product page (#44176)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanailH authored Oct 22, 2024
1 parent 187df64 commit 90d05f6
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 14 deletions.
4 changes: 0 additions & 4 deletions docs/public/static/branding/companies/boeing-dark.svg

This file was deleted.

4 changes: 0 additions & 4 deletions docs/public/static/branding/companies/boeing-light.svg

This file was deleted.

3 changes: 3 additions & 0 deletions docs/public/static/branding/companies/tesla-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/public/static/branding/companies/tesla-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions docs/src/components/home/CompaniesGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ export const ADVANCED_CUSTOMERS: Array<IconImageProps> = [
},
},
{
alt: 'Boeing logo',
name: 'companies/boeing',
width: 160,
height: 86,
alt: 'Tesla logo',
name: 'companies/tesla',
width: 140,
height: 52,
style: {
marginTop: -23,
marginTop: -11,
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/icon/IconImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export type IconImageProps = {
| 'companies/unity'
| 'companies/shutterstock'
| 'companies/southwest'
| 'companies/boeing'
| 'companies/siemens'
| 'companies/deloitte'
| 'companies/apple'
Expand All @@ -35,6 +34,7 @@ export type IconImageProps = {
| 'companies/ebay'
| 'companies/samsung'
| 'companies/volvo'
| 'companies/tesla'
| string;
height?: number;
mode?: '' | 'light' | 'dark';
Expand Down

0 comments on commit 90d05f6

Please sign in to comment.