Skip to content

Commit

Permalink
pfe-107 removed last changes
Browse files Browse the repository at this point in the history
  • Loading branch information
PriJoh committed Dec 20, 2024
1 parent b1dd6ed commit b42353e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/App/ComponentsDocumentation/components/Card/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ import CardComponent from "@components/Card";

import MediaObject from "@components/MediaObject";
import CodeTags from "@components/CodeTags";
//import { overviewCards } from "./constants";
import { overviewCards } from "./constants";

import { overviewCards as swedbankCards } from "./constants";
import { overviewCards as payexCards } from "./constantspayex";

const textArr = [
"This is a lot of text",
Expand All @@ -24,11 +22,6 @@ const basename = process.env.basename;
const brand = process.env.brand;

const Overview = () => {

// Välj rätt constants baserat på brand
const overviewCards = brand === "payex" ? payexCards : swedbankCards;


return (
<>
<h2 id="overview">Overview</h2>
Expand Down

0 comments on commit b42353e

Please sign in to comment.