diff --git a/components/ContentType/HotelPage/AmenitiesList/index.tsx b/components/ContentType/HotelPage/AmenitiesList/index.tsx index 42129d281..32631adb7 100644 --- a/components/ContentType/HotelPage/AmenitiesList/index.tsx +++ b/components/ContentType/HotelPage/AmenitiesList/index.tsx @@ -36,7 +36,12 @@ export default async function AmenitiesList({ ) })} - + {formatMessage({ id: "Show all amenities" })} diff --git a/components/TempDesignSystem/Link/index.tsx b/components/TempDesignSystem/Link/index.tsx index 7c294e434..8c66639c2 100644 --- a/components/TempDesignSystem/Link/index.tsx +++ b/components/TempDesignSystem/Link/index.tsx @@ -13,6 +13,7 @@ export default function Link({ partialMatch = false, textDecoration, size, + scroll = true, prefetch, variant, ...props @@ -32,6 +33,7 @@ export default function Link({ }) return ( , "color">, VariantProps { href: string + scroll?: boolean partialMatch?: boolean prefetch?: boolean }