Skip to content

Commit

Permalink
added old event data
Browse files Browse the repository at this point in the history
  • Loading branch information
ichub committed Jul 25, 2024
1 parent e707821 commit cc1a7a6
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion apps/passport-client/components/screens/HomeScreen/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,18 @@ export const EVENTS: Record<string, EventInfo> = {
end: "2024-11-12",
image:
"https://online.york.ac.uk/wp-content/uploads/2023/10/Cryptography.jpg"
},
"Old Event 1": {
start: "2023-11-12",
end: "2023-11-12",
image:
"https://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Burg_Hohenzollern_ak.jpg/640px-Burg_Hohenzollern_ak.jpg"
},
"Old Event 2": {
start: "2023-9-12",
end: "2023-9-12",
image:
"https://cdn1.epicgames.com/ue/product/Screenshot/1-1920x1080-44e1108ee2deef769c9dde9c957c1087.jpg?resize=1&w=1920"
}
};

Expand All @@ -80,7 +92,9 @@ export async function initTestData(state: AppState): Promise<void> {
"EthDenver",
"Edge City",
"ETH Berlin 04",
"ETH Prague 2024"
"ETH Prague 2024",
"Old Event 1",
"Old Event 2"
]
} as const;

Expand Down

0 comments on commit cc1a7a6

Please sign in to comment.