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() {