mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 21:07:46 +00:00
update
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user