Make the Logo link a normal page redirect #1832
Labels
👶 good first contribution
Good for newcomers
🌗 good rotation topic
Good to rotate a member into Application Kit to work on this topic
Describe the issue
The Logo link currently does a client-side redirect, which eventually ends up in a full page redirect anyway.
merchant-center-application-kit/packages/application-shell/src/components/app-bar/app-bar.tsx
Lines 56 to 58 in 8537a38
To avoid possible unnecessary re-renders of the application, we can make it a normal page redirect in the first place.
The text was updated successfully, but these errors were encountered: