13 lines
355 B
Plaintext
13 lines
355 B
Plaintext
|
|
<Breadcrumbs separator="›" aria-label="breadcrumbs">
|
|||
|
|
<Link color="primary" href="/">
|
|||
|
|
<PublicIcon sx={{ mr: 0.5 }} />
|
|||
|
|
United States
|
|||
|
|
</Link>
|
|||
|
|
{['Springfield', 'Simpson'].map((item) => (
|
|||
|
|
<Link key={item} color="success" href="#usage-with-link-and-typography">
|
|||
|
|
{item}
|
|||
|
|
</Link>
|
|||
|
|
))}
|
|||
|
|
|
|||
|
|
<Typography>Homer</Typography>
|
|||
|
|
</Breadcrumbs>
|