diff --git a/README.md b/README.md
index b3c2e2d545..3ac0668918 100644
--- a/README.md
+++ b/README.md
@@ -138,7 +138,6 @@ Here are the companies that have officially adopted DataHub. Please feel free to
- [Peloton](https://www.onepeloton.com)
- [PITS Global Data Recovery Services](https://www.pitsdatarecovery.net/)
- [Razer](https://www.razer.com)
-- [Saxo Bank](https://www.home.saxo)
- [Showroomprive](https://www.showroomprive.com/)
- [SpotHero](https://spothero.com)
- [Stash](https://www.stash.com)
diff --git a/docs-website/adoptionStoriesIndexes.json b/docs-website/adoptionStoriesIndexes.json
index 3fe666ccf1..9697bdfcf3 100644
--- a/docs-website/adoptionStoriesIndexes.json
+++ b/docs-website/adoptionStoriesIndexes.json
@@ -77,17 +77,6 @@
"category": "B2B & B2C",
"description": "“We looked around for data catalog tool, and DataHub was a clear winner.”
Zynga levels up data management using DataHub, highlighting its role in enhancing data management, tracing data lineage, and ensuring data quality."
},
- {
- "name": "Saxo Bank",
- "slug": "saxo-bank",
- "imageUrl": "/img/logos/companies/saxobank.svg",
- "imageSize": "default",
- "link": "https://blog.datahubproject.io/enabling-data-discovery-in-a-data-mesh-the-saxo-journey-451b06969c8f",
- "linkType": "blog",
- "tagline": "Enabling Data Discovery in a Data Mesh",
- "category": "Financial & Fintech",
- "description": "Saxo Bank adopted DataHub to enhance data quality and streamline governance, facilitating efficient data management through self-service capabilities.
By integrating Apache Kafka and Snowflake with DataHub, the bank embraced Data Mesh principles to democratize data, support rapid growth, and improve business processes."
- },
{
"name": "MediaMarkt Saturn",
"slug": "mediamarkt-saturn",
diff --git a/docs-website/src/pages/_components/Logos/index.js b/docs-website/src/pages/_components/Logos/index.js
index 565f6e9a46..b17c072d02 100644
--- a/docs-website/src/pages/_components/Logos/index.js
+++ b/docs-website/src/pages/_components/Logos/index.js
@@ -168,36 +168,36 @@ export const CompanyLogos = () => (
modules={[Pagination]}
className={clsx("mySwiper", styles.companyWrapper)}
>
- {companies.map((company, idx) => (
-
- {company.link ? (
-
+ {companies
+ .filter((company) => company.imageUrl) // Filter companies with imageUrl
+ .map((company, idx) => (
+
+ {company.link ? (
+
+
+
+ ) : (
-
- ) : (
-
- )}
-
- ))}
+ )}
+
+ ))}
);
diff --git a/docs-website/static/img/logos/scrollingCompanies/saxo_bank.webp b/docs-website/static/img/logos/scrollingCompanies/saxo_bank.webp
deleted file mode 100644
index a4c1aae73f..0000000000
Binary files a/docs-website/static/img/logos/scrollingCompanies/saxo_bank.webp and /dev/null differ