Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified sites/www/content/images/third_party/logos/karaca.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sites/www/content/images/third_party/logos/toyota.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion sites/www/content/images/third_party/logos/toyota.svg

This file was deleted.

3 changes: 0 additions & 3 deletions sites/www/content/showcase/data/companies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
- name: Betterment
logo: /images/third_party/logos/betterment.svg

- name: Bytedance
logo: /images/third_party/logos/bytedance.svg

- name: CrowdSource
logo: /images/third_party/logos/crowdsource.svg

Expand Down
2 changes: 1 addition & 1 deletion sites/www/content/showcase/karaca.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ summary: Karaca ships features twice as fast to over a million monthly users wit
appName: Karaca
companyName: Karaca
logo: images/third_party/case_studies/karaca/logo.png
card: images/third_party/case_studies/karaca/case_study_card.png
card: images/third_party/case_studies/karaca/logo.png
Comment thread
abdallahshaban557 marked this conversation as resolved.
videoEmbedUrl: "https://www.youtube.com/embed/N8I-fdOYWnc"
locations:
- Europe
Expand Down
2 changes: 1 addition & 1 deletion sites/www/lib/src/pages/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ class HomePage extends StatelessComponent {
]),
div([
img(
src: context.asset('images/third_party/logos/toyota.svg'),
src: context.asset('images/third_party/logos/toyota.png'),
alt: 'Toyota',
),
]),
Expand Down
Loading