This is bit of a cosmetic change without any functional impact. span elements are usually used for simple, inline text styling, while div elements are typically used for block-level elements that can contain other elements. For these components, using divs instead of spans makes more sense as they contain more complex structures and multiple levels of sub-elements.
435 B
435 B