Skip to content

Commit df6fc13

Browse files
authored
Merge pull request #334 from dhanushlnaik/main
PFI FOr glamsterdam
2 parents de04232 + 4654444 commit df6fc13

File tree

2 files changed

+384
-61
lines changed

2 files changed

+384
-61
lines changed

src/components/PectraTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ const PectraTable: React.FC<TableProps> = ({ PectraData, title }) => {
166166
setIsDarkMode(true);
167167
}
168168
});
169-
const titlenew = title === "Pectra" ? "Pectra (Included)" : title === "Fusaka" ? "Fusaka (CFI)" : "Glamsterdam (Headliner Proposals)";
169+
const titlenew = title === "Pectra" ? "Pectra (Included)" : title === "Fusaka" ? "Fusaka (CFI)" : "Glamsterdam (Proposed for Inclusion)";
170170

171171

172172
const filteredData = PectraData

0 commit comments

Comments
 (0)