File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -105,23 +105,23 @@ export const useBentoBox = () => {
105
105
return [
106
106
{
107
107
...getCopy ( "stablecoins" , "/stablecoins/" ) ,
108
- imgSrc : ImpactImage ,
109
- imgWidth : 400 ,
108
+ imgSrc : ManAndDogImage ,
110
109
className : cn ( colorOptions [ "primary" ] , getPosition ( 0 ) ) ,
111
110
} ,
112
111
{
113
112
...getCopy ( "defi" , "/defi/" ) ,
114
- imgSrc : ManAndDogImage ,
113
+ imgSrc : ImpactImage ,
114
+ imgWidth : 400 ,
115
115
className : cn ( colorOptions [ "accent-c" ] , getPosition ( 1 ) ) ,
116
116
} ,
117
117
{
118
- ...getCopy ( "dapps " , "/dapps /" ) ,
118
+ ...getCopy ( "networks " , "/layer-2 /" ) ,
119
119
imgSrc : MergeImage ,
120
120
imgWidth : 320 ,
121
121
className : cn ( colorOptions [ "accent-b" ] , getPosition ( 2 ) ) ,
122
122
} ,
123
123
{
124
- ...getCopy ( "networks " , "/layer-2 /" ) ,
124
+ ...getCopy ( "dapps " , "/dapps /" ) ,
125
125
imgSrc : ManBabyWomanImage ,
126
126
imgWidth : 324 ,
127
127
className : cn ( colorOptions [ "accent-a" ] , getPosition ( 3 ) ) ,
You can’t perform that action at this time.
0 commit comments