From 2428e09fe54bf9ee571d119dd3058ecfc10f046d Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Thu, 24 Oct 2024 13:41:39 +0200 Subject: [PATCH] feat(SW-281): use subtitle instead of title --- components/Blocks/HotelListing/index.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/components/Blocks/HotelListing/index.tsx b/components/Blocks/HotelListing/index.tsx index d75c5d6eb..9149b817b 100644 --- a/components/Blocks/HotelListing/index.tsx +++ b/components/Blocks/HotelListing/index.tsx @@ -5,7 +5,7 @@ import Divider from "@/components/TempDesignSystem/Divider" import Link from "@/components/TempDesignSystem/Link" import Body from "@/components/TempDesignSystem/Text/Body" import Caption from "@/components/TempDesignSystem/Text/Caption" -import Title from "@/components/TempDesignSystem/Text/Title" +import Subtitle from "@/components/TempDesignSystem/Text/Subtitle" import { getIntl } from "@/i18n" import hotelListingTempData from "./hotelListingTempData.json" @@ -33,9 +33,7 @@ export default async function HotelListing() {
- - {title} - + {title}
{adress}