File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
app/[locale]/apps/categories/[catetgoryName] Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,9 @@ const Page = async ({
96
96
< Breadcrumb >
97
97
< BreadcrumbList >
98
98
< BreadcrumbItem >
99
- < BreadcrumbLink href = "/apps" > ALL APPS</ BreadcrumbLink >
99
+ < BreadcrumbLink href = "/apps" className = "uppercase" >
100
+ { t ( "page-apps-all-apps" ) }
101
+ </ BreadcrumbLink >
100
102
</ BreadcrumbItem >
101
103
< BreadcrumbSeparator className = "me-[0.625rem] ms-[0.625rem] text-gray-400" >
102
104
/
Original file line number Diff line number Diff line change 1
1
{
2
+ "page-apps-all-apps" : " All apps" ,
2
3
"page-apps-dapp-description-cent" : " A social network where you earn money by posting NFTs." ,
3
4
"page-apps-dapp-description-decentraland" : " Collect, trade virtual land in a virtual world you can explore." ,
4
5
"page-apps-dapp-description-ens" : " User-friendly names for Ethereum addresses and decentralized sites." ,
You can’t perform that action at this time.
0 commit comments