From 6e089c6ca35fbf6e4801c2d729a07aec8e3b8200 Mon Sep 17 00:00:00 2001 From: Christian Andolf Date: Fri, 23 May 2025 16:14:39 +0200 Subject: [PATCH] fix: update typography footer --- .../components/Footer/Navigation/MainNav/index.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/scandic-web/components/Footer/Navigation/MainNav/index.tsx b/apps/scandic-web/components/Footer/Navigation/MainNav/index.tsx index 43fdb1872..7cb8672ab 100644 --- a/apps/scandic-web/components/Footer/Navigation/MainNav/index.tsx +++ b/apps/scandic-web/components/Footer/Navigation/MainNav/index.tsx @@ -1,10 +1,10 @@ "use client" import { MaterialIcon } from "@scandic-hotels/design-system/Icons/MaterialIcon" +import { Typography } from "@scandic-hotels/design-system/Typography" import SkeletonShimmer from "@/components/SkeletonShimmer" import Link from "@/components/TempDesignSystem/Link" -import Subtitle from "@/components/TempDesignSystem/Text/Subtitle" import { trackFooterClick } from "@/utils/tracking" import styles from "./mainnav.module.css" @@ -20,7 +20,7 @@ export default function FooterMainNav({ mainLinks }: FooterMainNavProps) { @@ -50,7 +50,7 @@ export function FooterMainNavSkeleton() {