From d06d78092c90cf4df76126d9d89deda978e730da Mon Sep 17 00:00:00 2001 From: Steve Richardson Date: Fri, 22 Mar 2024 11:43:23 +0000 Subject: [PATCH] ci: deployment config --- .../pages/systems-thinking/systems-thinking.component.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/content/pages/systems-thinking/systems-thinking.component.ts b/src/app/content/pages/systems-thinking/systems-thinking.component.ts index 643813f..741cdc4 100644 --- a/src/app/content/pages/systems-thinking/systems-thinking.component.ts +++ b/src/app/content/pages/systems-thinking/systems-thinking.component.ts @@ -66,7 +66,7 @@ export class SystemsThinkingComponent implements OnInit { title: 'Impact of water neutrality design options', text: [ 'Water neutrality design options can reduce water consumption, improve water availability, mimic natural conditions and enhance biodiversity. For instance, water neutrality can be achieved thorough following ways to mitigate some of the negative impacts of urban developments on water management systems: the reduction in consumer demand for water, the increase in the amount of permeable land, the increase in collected and treated water', - 'In the VDR, attenuation volume is another parameter that users can modify. It refers to the system\'s capacity to store and slow down the stormwater runoff. Effective collection and treatment of water increases the system\'s capacity to control the water volume, decreasing excess water.', + 'In the VDR, attenuation volume is another parameter that users can modify. It refers to the system's capacity to store and slow down the stormwater runoff. Effective collection and treatment of water increases the system's capacity to control the water volume, decreasing excess water.', ], imgUrl: 'sys-thinking-6.jpg', }, @@ -92,6 +92,6 @@ export class SystemsThinkingComponent implements OnInit { } public static transformImgUrl(slug: string): string { - return `../../../../assets/img/systems-thinking/${slug}`; + return `assets/img/systems-thinking/${slug}`; } }