diff --git a/apps/scandic-web/components/Blocks/JoinScandicFriends/joinScandicFriends.module.css b/apps/scandic-web/components/Blocks/JoinScandicFriends/joinScandicFriends.module.css index 0240dd110..5b892f066 100644 --- a/apps/scandic-web/components/Blocks/JoinScandicFriends/joinScandicFriends.module.css +++ b/apps/scandic-web/components/Blocks/JoinScandicFriends/joinScandicFriends.module.css @@ -102,7 +102,7 @@ width: 16px; height: 16px; background-color: var(--Icon-Accent); - mask-image: url("/_static/icons/heart.svg"); + mask-image: url("/_static/shared/icons/heart.svg"); mask-size: contain; mask-repeat: no-repeat; } diff --git a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/Facility/facility.module.css b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/Facility/facility.module.css index a5cc443d6..2d02830fb 100644 --- a/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/Facility/facility.module.css +++ b/apps/scandic-web/components/ContentType/HotelPage/SidePeeks/WellnessAndExercise/Facility/facility.module.css @@ -27,7 +27,7 @@ width: 16px; height: 16px; background-color: var(--Icon-Accent); - mask-image: url("/_static/icons/heart.svg"); + mask-image: url("/_static/shared/icons/heart.svg"); mask-size: contain; mask-repeat: no-repeat; } diff --git a/apps/scandic-web/components/ContentType/HotelSubpage/AccessibilitySubpage/accessibilitySubpage.module.css b/apps/scandic-web/components/ContentType/HotelSubpage/AccessibilitySubpage/accessibilitySubpage.module.css index 479de07fb..0251bcf52 100644 --- a/apps/scandic-web/components/ContentType/HotelSubpage/AccessibilitySubpage/accessibilitySubpage.module.css +++ b/apps/scandic-web/components/ContentType/HotelSubpage/AccessibilitySubpage/accessibilitySubpage.module.css @@ -59,7 +59,7 @@ width: 16px; height: 16px; background-color: var(--Icon-Accent); - mask-image: url("/_static/icons/heart.svg"); + mask-image: url("/_static/shared/icons/heart.svg"); mask-size: contain; mask-repeat: no-repeat; } diff --git a/apps/scandic-web/components/ContentType/HotelSubpage/HtmlContent/htmlContent.module.css b/apps/scandic-web/components/ContentType/HotelSubpage/HtmlContent/htmlContent.module.css index cdb495c52..63bc1cb5b 100644 --- a/apps/scandic-web/components/ContentType/HotelSubpage/HtmlContent/htmlContent.module.css +++ b/apps/scandic-web/components/ContentType/HotelSubpage/HtmlContent/htmlContent.module.css @@ -26,7 +26,7 @@ width: 16px; height: 16px; background-color: var(--Icon-Accent); - mask-image: url("/_static/icons/heart.svg"); + mask-image: url("/_static/shared/icons/heart.svg"); mask-size: contain; mask-repeat: no-repeat; } diff --git a/packages/design-system/lib/components/JsonToHtml/jsontohtml.module.css b/packages/design-system/lib/components/JsonToHtml/jsontohtml.module.css index ebfcb3ac6..bc0cec1c7 100644 --- a/packages/design-system/lib/components/JsonToHtml/jsontohtml.module.css +++ b/packages/design-system/lib/components/JsonToHtml/jsontohtml.module.css @@ -106,7 +106,7 @@ .heart > .li::before, .li:has(.heart)::before { - mask-image: url('/_static/icons/heart.svg'); + mask-image: url('/_static/shared/icons/heart.svg'); } .li > * { diff --git a/packages/design-system/lib/components/ParkingInformation/ParkingList/parkingList.module.css b/packages/design-system/lib/components/ParkingInformation/ParkingList/parkingList.module.css index e0065a15f..691b2c5b0 100644 --- a/packages/design-system/lib/components/ParkingInformation/ParkingList/parkingList.module.css +++ b/packages/design-system/lib/components/ParkingInformation/ParkingList/parkingList.module.css @@ -17,7 +17,7 @@ width: 16px; height: 16px; background-color: var(--Icon-Accent); - mask-image: url('/_static/icons/heart.svg'); + mask-image: url('/_static/shared/icons/heart.svg'); mask-size: contain; mask-repeat: no-repeat; } diff --git a/apps/scandic-web/public/_static/icons/heart.svg b/shared/icons/heart.svg similarity index 100% rename from apps/scandic-web/public/_static/icons/heart.svg rename to shared/icons/heart.svg