fix: harden world travel presentation
This commit is contained in:
@@ -7,11 +7,12 @@
|
||||
<p class="context-panel__selection">Ausgewähltes Ziel: {{ selected.targetLocation.name }}</p>
|
||||
}
|
||||
|
||||
<img
|
||||
class="context-panel__artwork"
|
||||
[src]="location.artworkPath"
|
||||
[alt]="'Ortsansicht: ' + location.name"
|
||||
/>
|
||||
<picture class="context-panel__artwork">
|
||||
@if (runtimeArtworkPath(location.artworkPath); as runtimeArtwork) {
|
||||
<source [srcset]="runtimeArtwork" type="image/jpeg" />
|
||||
}
|
||||
<img [src]="location.artworkPath" [alt]="'Ortsansicht: ' + location.name" />
|
||||
</picture>
|
||||
<p class="context-panel__description">{{ location.description }}</p>
|
||||
|
||||
<dl class="context-panel__facts">
|
||||
|
||||
Reference in New Issue
Block a user