I'm using the MUI Breadcrumbs component on a site I'm working on and I'm just about done but I'm trying to hide the first item in the path. I'm able to hide the actual word itself, but I can't figure out how to hide the separator.
For example, this is how it's structured now:
"W > X > Y"
This is how I want it to look:
"X > Y"
This is what I'm currently showing because I can't hide the first separator:
"> X > Y"
Anyone have any ideas on how to hide that first separator?