diff --git a/src/App/ComponentsDocumentation/components/Card/constantspayex.js b/src/App/ComponentsDocumentation/components/Card/constantspayex.js
index e58bc16760..e21cb7733b 100644
--- a/src/App/ComponentsDocumentation/components/Card/constantspayex.js
+++ b/src/App/ComponentsDocumentation/components/Card/constantspayex.js
@@ -301,80 +301,4 @@ export const overviewCards = {
"The wide card component can be customized either icon or picture in order to make it easier for users to scan the content. Try to avoid mixing different card setups with each other as it could be confusing for the users to understand. Try to keep the title concise and to the point, to make it simple to understand and the design aligned with the cards as a group.",
},
],
-};
-
-
-// DO and DONT'S image
-
-
-const Overview = () => (
- <>
-
Overview
-
- The card component should be used to direct to pages on our site and not
- to external sites, in that case use{" "}
- Links instead.
-
-
-
-
{"Dos and dont's"}
-
-
-
-
Do
- When presenting a group of cards, make sure their color match and have
- the same size and text length
-
-
-
-
-
-
{"Don't"}
- Avoid miss-match colors, different sizes and length on text in order
- to present a clean view
-
-
-
-
-
-
-
-
Do
- When presenting a group of cards, make sure they match visually. Try
- keeping it the same text length and to one row when possible.
-
-
-
-
-
-
{"Don't"}
- Avoid miss-match colors, different sizes and length on text in order
- to present a clean view. When using numbers make sure the numbering is
- sequenced and follows the correct order.
-
-
-
-
- >
-);
+};
\ No newline at end of file
diff --git a/src/App/ComponentsDocumentation/components/Card/index.js b/src/App/ComponentsDocumentation/components/Card/index.js
index 845850c9b9..fad17cad99 100644
--- a/src/App/ComponentsDocumentation/components/Card/index.js
+++ b/src/App/ComponentsDocumentation/components/Card/index.js
@@ -21,8 +21,6 @@ const basename = process.env.basename;
const brand = process.env.brand;
const Overview = () => {
- console.log("Brand:", brand); // Log the brand variable
-
return (
<>