diff --git a/apps/scandic-web/components/Blocks/DynamicContent/JobylonFeed/JobList/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/JobylonFeed/JobList/index.tsx index ea917c705..0aadf8e7f 100644 --- a/apps/scandic-web/components/Blocks/DynamicContent/JobylonFeed/JobList/index.tsx +++ b/apps/scandic-web/components/Blocks/DynamicContent/JobylonFeed/JobList/index.tsx @@ -3,7 +3,7 @@ import { useReducer } from "react" import { useIntl } from "react-intl" -import Subtitle from "@scandic-hotels/design-system/Subtitle" +import { Typography } from "@scandic-hotels/design-system/Typography" import JobylonCard from "../JobylonCard" import Filter from "./Filter" @@ -80,15 +80,18 @@ export default function JobList({ allJobs }: JobListProps) { departmentFilters={departmentFilters} categoryFilters={categoryFilters} /> - - {intl.formatMessage( - { - id: "jobylonFeed.resultCount", - defaultMessage: "{count, plural, one {# Result} other {# Results}}", - }, - { count: state.jobs.length } - )} - + +

+ {intl.formatMessage( + { + id: "jobylonFeed.resultCount", + defaultMessage: + "{count, plural, one {# Result} other {# Results}}", + }, + { count: state.jobs.length } + )} +

+