refine frontend ui

This commit is contained in:
maxDorninger
2025-05-25 19:29:35 +02:00
parent 1e97ef0c38
commit 5e217bdfd5
2 changed files with 12 additions and 7 deletions

View File

@@ -74,7 +74,7 @@
<span class="text-sm text-yellow-600 font-medium flex items-center">
<svg class="w-4 h-4 mr-1 text-yellow-400" fill="currentColor" viewBox="0 0 20 20"><path
d="M10 15l-5.878 3.09 1.122-6.545L.488 6.91l6.561-.955L10 0l2.951 5.955 6.561.955-4.756 4.635 1.122 6.545z"/></svg>
Rating: {result.vote_average}/10
Rating: {Math.round(result.vote_average)}/10
</span>
{/if}
</div>