Skip to content

Commit

Permalink
docs: update Wolt logo (datahub-project#2514)
Browse files Browse the repository at this point in the history
  • Loading branch information
hsheth2 authored and jjoyce0510 committed May 10, 2021
1 parent af47a02 commit 685cacb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs-website/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import LogoGeotab from './logos/geotab.jpg';
import LogoThoughtworks from './logos/Thoughtworks.png';
import LogoViasat from './logos/viasat.png';
import LogoKlarna from './logos/klarna.svg';
import LogoWolt from './logos/wolt.svg';
import LogoWolt from './logos/wolt.png';

const features = [
{
Expand Down Expand Up @@ -110,7 +110,7 @@ const logos = [
},
{
name: 'Wolt',
image: svgFormatter(LogoWolt, clsx(styles.logo_image_large)),
image: pngFormatter(LogoWolt, clsx(styles.logo_image_square)),
},
];

Expand Down
Binary file added docs-website/src/pages/logos/wolt.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 docs-website/src/pages/logos/wolt.svg

This file was deleted.

4 changes: 4 additions & 0 deletions docs-website/src/pages/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@
max-height: 10em;
max-width: 12em;
}
.logo_image_square {
max-height: 7em;
max-width: 7em;
}

.big_padding_top {
padding-top: 4rem;
Expand Down

0 comments on commit 685cacb

Please sign in to comment.