Skip to content

Commit

Permalink
ci: deployment config
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuhji committed Mar 22, 2024
1 parent 901fdcc commit f9441dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/content/pages/tabs/pages/map/services/layer.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export class LayerService {
${changeLabel.finalLabel}
</div>
</div>
<img class="h-7 !w-7" src="../../../../../../assets/icons/${changeLabel.changeIcon}"/>
<img class="h-7 !w-7" src="assets/icons/${changeLabel.changeIcon}"/>
</div>
`,
iconSize: [80, 80],
Expand All @@ -101,7 +101,7 @@ export class LayerService {
html: `
<div class="flex flex-col h-20 w-20 items-center">
<span class="bg-white rounded p-1">${label}</span>
<img class="h-7 !w-7" src="../../../../../../assets/icons/centroid.svg"/>
<img class="h-7 !w-7" src="assets/icons/centroid.svg"/>
</div>
`,
iconSize: [80, 80],
Expand Down Expand Up @@ -141,7 +141,7 @@ export class LayerService {
${changeLabel.finalLabel}
</div>
</div>
<img class="h-7 !w-7" src="../../../../../../assets/icons/${changeLabel.changeIcon}" />
<img class="h-7 !w-7" src="assets/icons/${changeLabel.changeIcon}" />
</div>
`,
iconSize: [80, 80],
Expand All @@ -162,7 +162,7 @@ export class LayerService {
html: `
<div class="flex flex-col h-20 w-20 items-center bg-transparent font-mono">
<span class="bg-white rounded p-1 font-aspekta-semibold text-center">${label}</span>
<img class="h-7 !w-7" src="../../../../../../assets/icons/outlet.svg" />
<img class="h-7 !w-7" src="assets/icons/outlet.svg" />
</div>
`,
iconSize: [80, 80],
Expand Down Expand Up @@ -191,7 +191,7 @@ export class LayerService {
icon: new L.DivIcon({
html: `
<div class="flex flex-col h-20 w-20 items-center">
<img class="h-7 !w-7" src="../../../../../../assets/icons/wwtp.svg" />
<img class="h-7 !w-7" src="assets/icons/wwtp.svg" />
</div>
`,
iconSize: [80, 80],
Expand Down

0 comments on commit f9441dc

Please sign in to comment.