This commit is contained in:
Jesse Winton
2025-02-28 15:17:59 -05:00
parent d42c8bff4b
commit 1f047fc97c
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
</script>
<div class="text-caption text-secondary flex gap-3 pt-8 pb-16">
<span>Blog</span>
<a href="/blog">Blog</a>
<span>/</span>
<span class="text-primary line-clamp-1">{title}</span>
</div>

View File

@@ -55,7 +55,7 @@
'relative transition-colors'
)}
>
<a href={item.href}> {item.title}</a>
<a href={item.href} class="line-clamp-1">{item.title}</a>
</li>
{/each}
</ul>