Skip to content

Commit dc1e48c

Browse files
committed
fix: aztec banner
1 parent 67fbdd7 commit dc1e48c

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

633 KB
Loading
Binary file not shown.

sites/ef/src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ const efHandbooks: Handbook[] = [
6161
image: "/common/img/aztec-handbook.svg",
6262
href: "https://aztec.handbook.wonderland.xyz",
6363
background: {
64-
bgType: "wonderland",
65-
color: "#625CBFD1",
64+
bgType: "other",
65+
bgImage: "/common/img/aztec-background-handbook-card.jpg",
6666
},
6767
},
6868
];

sites/optimism/src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ const optimismHandbooks: Handbook[] = [
5959
image: "/common/img/aztec-handbook.svg",
6060
href: "https://aztec.handbook.wonderland.xyz",
6161
background: {
62-
bgType: "wonderland",
63-
color: "#625CBFD1",
62+
bgType: "other",
63+
bgImage: "/common/img/aztec-background-handbook-card.jpg",
6464
},
6565
},
6666
{

sites/wonderland/src/pages/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ const wonderlandHandbooks: Handbook[] = [
6464
image: "/common/img/aztec-handbook.svg",
6565
href: "https://aztec.handbook.wonderland.xyz",
6666
background: {
67-
bgType: "wonderland",
68-
color: "#625CBFD1",
67+
bgType: "other",
68+
bgImage: "/common/img/aztec-background-handbook-card.jpg",
6969
},
7070
},
7171
{

0 commit comments

Comments
 (0)