1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update "All products" to "Home" in UI (#45912)

Co-authored-by: Peter Bengtsson <peterbe@github.com>
This commit is contained in:
Ethan Palm
2023-11-13 08:42:36 -08:00
committed by GitHub
parent f17d3ce5f4
commit e41ab6d357

View File

@@ -15,7 +15,7 @@ export const AllProductsLink = () => {
className="f6 pl-2 pr-5 ml-n1 pb-1 Link--primary color-fg-default" className="f6 pl-2 pr-5 ml-n1 pb-1 Link--primary color-fg-default"
> >
<ArrowLeftIcon size="small" className="mr-1" /> <ArrowLeftIcon size="small" className="mr-1" />
All products Home
</Link> </Link>
</div> </div>
) )