dollar sign fix

This commit is contained in:
moon.gibson
2026-04-21 19:28:24 -06:00
parent d0910dabe8
commit 2afab06410
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
<div th:if="${recipe.images != null and !#lists.isEmpty(recipe.images)}">
<img th:src="${recipe.images[0].imageUrl}" alt="Recipe Image">
</div>
<p th:text="${recipe.cost}">Cost</p>
<span th:text="${recipe.cost != null ? #strings.repeat('$', recipe.cost) : ''}"></span>
</div>
</a>
</div>