Merged in fix/sw-3561-swan-eco-icon-broken (pull request #3004)
fix(SW-3561): Fix broken swan eco icon on partner-sas * Move swan-eco icons to shared * Delete unused icons Approved-by: Linus Flood
This commit is contained in:
@@ -138,7 +138,7 @@ export default function Contact({ hotel }: ContactProps) {
|
||||
id: "common.nordicSwanEcolabel",
|
||||
defaultMessage: "Nordic Swan Ecolabel",
|
||||
})}
|
||||
src={`/_static/img/icons/swan-eco/swan_eco_dark_${lang}.png`}
|
||||
src={`/_static/shared/icons/swan-eco/swan_eco_dark_${lang}.png`}
|
||||
/>
|
||||
</div>
|
||||
<div className={styles.ecoLabelText}>
|
||||
|
||||
Reference in New Issue
Block a user