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

@@ -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>