Skip to content
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

Delete Eriez company from solutions trusted by #65

Merged
merged 1 commit into from
Aug 23, 2023
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 removed src/images/eriez.webp
Binary file not shown.
6 changes: 0 additions & 6 deletions src/sections/TrustedBy/TrustedBy.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ import campusSkills from '../../images/campus-skills.webp';
// @ts-expect-error Image import
import cbre from '../../images/cbre.webp';
// @ts-expect-error Image import
import eriez from '../../images/eriez.webp';
// @ts-expect-error Image import
import kodefly from '../../images/kodefly.webp';

const companies = [
Expand All @@ -18,10 +16,6 @@ const companies = [
src: campusSkills,
alt: 'CampusSkills',
},
{
src: eriez,
alt: 'Eriez',
},
{
src: kodefly,
alt: 'Kodefly',
Expand Down
Loading