feat: breadcrumb - remove conditional rendering on viewport
This wouldn't work in combination with SSR, where there's no window. So, to conditionally hide or show icons, we can simply add css on the implementation side.
This wouldn't work in combination with SSR, where there's no window. So, to conditionally hide or show icons, we can simply add css on the implementation side.