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
fix: "Home" menu item misses the arrow when selected (#5171)
The "Home"'s default URL is "/”, this will cause a problem: When click the menu item, the arrow is missing.
The solution is to ignore the last "/" and return you the URL as what it is.
0 commit comments