refactor(web): use derived instead of get(t) (#10884)

This commit is contained in:
Michel Heusschen
2024-07-05 15:06:35 +02:00
committed by GitHub
parent 6791af8c2c
commit 3cd187dced
6 changed files with 16 additions and 18 deletions

View File

@@ -80,7 +80,7 @@
draggable="false"
/>
<p class="absolute bottom-2 left-4 z-10 text-lg text-white">
{memoryLaneTitle(memory.yearsAgo)}
{$memoryLaneTitle(memory.yearsAgo)}
</p>
<div
class="absolute left-0 top-0 z-0 h-full w-full rounded-xl bg-gradient-to-t from-black/40 via-transparent to-transparent transition-all hover:bg-black/20"