Skip to content

Commit 51c2ac2

Browse files
fix: different colors for external icon on mobile & desktop
1 parent 7588242 commit 51c2ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/MobileNav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const MobileNav = () => {
8282
>
8383
{link.title}
8484
{link.external && (
85-
<ExternalLink className="h-4 w-4 text-gray-500 dark:text-gray-400" />
85+
<ExternalLink className="h-4 w-4 text-blue-500 dark:text-blue-400" />
8686
)}
8787
</Link>
8888
))}

0 commit comments

Comments
 (0)