Skip to content

Commit d648332

Browse files
authored
Merge pull request #1285 from eclipse-tractusx/fix/buttons
2 parents f296cbc + 8daaaca commit d648332

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/pages/Kits/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ import {carouselKitdeepdive} from "../../../utils/carouselKitdeepdive"
2626
export default function KitsPage() {
2727
const { siteConfig } = useDocusaurusContext();
2828
const aboutInput = {
29-
highlightText: "Catena-X KITS",
29+
highlightText: "Tractus-X KITS",
3030
title: "KIT stands for Keep It Together",
3131
descriptionHighlight: "KITs aim to accelerate",
32-
description: " the adoption, development, and operations of the next generation Business Applications and Services. Catena-X wants to support developers in order to accelerate the development of services and applications to contribute significantly to the rapid scaling of the Catena-X ecosystem.",
32+
description: " the adoption, development, and operations of the next generation Business Applications and Services. Tractus-X wants to support developers in order to accelerate the development of services and applications to contribute significantly to the rapid scaling of the Catena-X ecosystem.",
3333
buttonText: "KIT Deepdive",
3434
link: "/Kit-Deepdive"
3535
}
3636
const headerInput = {
3737
title: "KIT",
38-
description: "Introduction to the Catena-X KITS.",
38+
description: "Introduction to the Tractus-X KITS.",
3939
showImage: true
4040
}
4141
return (

src/scss/components/HomePageHeader.module.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@
117117
}
118118

119119
.btn_container {
120-
flex-direction: column-reverse;
121120
.btn {
122121
margin: 15px 5px;
123122
}

0 commit comments

Comments
 (0)