You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEV: Refactor isLastLink logic for header icon links
Move `isLastLink` logic to a method using `site.mobileView` service for
dynamic checks of visible links. This replaces static index comparisons
with runtime filtering, ensuring accurate detection in both mobile and
desktop views.
Improves maintainability and correctness of conditional styling for the
last custom header icon link.
0 commit comments