Skip to content

fix(discover): fix broken logos for companies on Discover page #6745

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class DiscoverComponent {
link: 'https://trovimap.com/'
},
{
logo: 'https://www.atmetis.nl/wp-content/uploads/2017/08/cropped-logo-atmetis-tagline-rgb1500px-1.png',
logo: 'https://atmetis.nl/templates/assets/img/logo/atmetis-color.svg',
name: 'AtMetis',
description: 'Internal web-application for AtMetis - assessment company from Netherlands',
link: 'https://www.atmetis.nl/'
Expand All @@ -78,7 +78,7 @@ export class DiscoverComponent {
link: 'https://www.pramati.com/'
},
{
logo: 'https://res.cloudinary.com/crunchbase-production/image/upload/c_lpad,h_170,w_170,f_auto,b_white,q_auto:eco/v1484678055/ectxiezxgzm3srv2jkvh.png',
logo: 'https://employes.nl/static/employes-1504611522217dfcf2c76b401d63c44e.svg',
name: 'Employes',
description: 'Employes is a dutch based payroll-provider that offers a unique modern way to pay employees.\n',
link: 'https://app.employes.nl/'
Expand Down
Loading