Skip to content

Commit e7e215c

Browse files
committed
removd lock icon from top nav
1 parent 3b85b02 commit e7e215c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Header.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const { siteLogo, navLinks } = Astro.props;
4343
class={`nav-item relative block p-2 text-sm font-medium transition-all duration-500 after:absolute after:bottom-0 after:left-2/4 after:h-2 after:w-1 after:-translate-x-2/4 after:text-primary after:opacity-0 after:content-['•'] hover:text-white`}
4444
href={link.href}
4545
>
46-
{link.text}<i class="fa-solid fa-lock"></i>
46+
{link.text}
4747
</a>
4848

4949
</li>

0 commit comments

Comments
 (0)