Replace "cuisine" with icon in place details

This commit is contained in:
2026-03-18 18:17:17 +04:00
parent 4a609c8388
commit b680769eac
2 changed files with 7 additions and 3 deletions

View File

@@ -316,9 +316,11 @@ export default class PlaceDetails extends Component {
<div class="meta-info">
{{#if this.cuisine}}
<p class="cuisine-info">
<strong>Cuisine:</strong>
{{this.cuisine}}
<p class="content-with-icon">
<Icon @name="fork-and-knife" @title="Cuisine" @filled={{true}} />
<span>
{{this.cuisine}}
</span>
</p>
{{/if}}