diff --git a/apps/web/src/app/features/world/location-interaction-panel/location-interaction-panel.component.html b/apps/web/src/app/features/world/location-interaction-panel/location-interaction-panel.component.html index 9e56835..660653d 100644 --- a/apps/web/src/app/features/world/location-interaction-panel/location-interaction-panel.component.html +++ b/apps/web/src/app/features/world/location-interaction-panel/location-interaction-panel.component.html @@ -7,17 +7,21 @@ data-interaction-panel > @if (result) { - @if (result.img) { - - } -

{{ result.title }}

-

{{ result.text }}

+
+ @if (result.img) { + + } +
+

{{ result.title }}

+

{{ result.text }}

+
+
} @else {

Nothing to discover