Skip to content

Commit

Permalink
Add missing property to realms-data
Browse files Browse the repository at this point in the history
  • Loading branch information
xpaczka committed Nov 21, 2023
1 parent b258790 commit c0df772
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/shared/constants/realms-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ export const realm8 = {
color: "#000",
labelX: 0,
labelY: 0,
cursorText: "#FFF",
}

export const realm9 = {
Expand Down Expand Up @@ -307,6 +308,7 @@ export const realm16 = {
color: "#F7DC6F",
labelX: 160,
labelY: 350,
cursorText: "#FFF",
partnerIcons: partners.arbitrum, // TODO: change to valid partner logo
}

Expand Down

0 comments on commit c0df772

Please sign in to comment.