Add pdf links

This commit is contained in:
Kamran Ahmed
2021-09-04 19:14:02 +02:00
parent 9b97fce431
commit 929e6c0a51
11 changed files with 54 additions and 33 deletions

View File

@ -21,6 +21,7 @@ export type RoadmapType = {
isCommunity: boolean;
isUpcoming: boolean;
id: string;
pdfUrl?: string;
};
export function getRoadmapById(id: string): RoadmapType | undefined {