Merged in feat/section-header-link (pull request #314)

Feat(WEB-359): Update section link for mobile

Approved-by: Chuma Mcphoy (We Ahead)
Approved-by: Arvid Norlin
This commit is contained in:
Matilda Landström
2024-07-04 10:42:01 +00:00
parent eed27b20c2
commit c6ad107e49
17 changed files with 122 additions and 64 deletions

View File

@@ -1,5 +1,5 @@
import SectionContainer from "@/components/Section/Container"
import Header from "@/components/Section/Header"
import SectionHeader from "@/components/Section/Header"
import Card from "@/components/TempDesignSystem/Card"
import Grids from "@/components/TempDesignSystem/Grids"
import LoyaltyCard from "@/components/TempDesignSystem/LoyaltyCard"
@@ -13,7 +13,7 @@ export default function CardsGrid({
}: CardsGridProps) {
return (
<SectionContainer>
<Header
<SectionHeader
title={cards_grid.title}
subtitle={cards_grid.preamble}
topTitle={firstItem}