diff --git a/src/templates/zone_d_participant_ticket_header.png b/src/templates/zone_d_participant_ticket_header.png index 4988e82..0a6ab96 100644 Binary files a/src/templates/zone_d_participant_ticket_header.png and b/src/templates/zone_d_participant_ticket_header.png differ diff --git a/src/utils/zoneConfig.js b/src/utils/zoneConfig.js index ba6d10f..7bfd2c3 100644 --- a/src/utils/zoneConfig.js +++ b/src/utils/zoneConfig.js @@ -27,11 +27,11 @@ export const getZoneConfig = (zone) => { case 'd': return { name:"D zone", - primaryColor: rgb(0.52, 0.17, 0.89), + primaryColor: rgb(0.26, 0.57, 0.26), headerImagePath: './src/templates/zone_d_participant_ticket_header.png', participantCardImagePath: './src/templates/zone_c_participant_card.png', participantCardColor: rgb(0.353, 0.231, 0.102), - footerText: ["Kindly submit the D-zone copy along with the following documents to the Program Office on or before 20th January.", "A copy of your SSLC Book.", "A copy of your Hall Ticket."], + footerText: ["Kindly submit the D-zone copy along with the following documents to the Program Office on or before 28th January.", "A copy of your SSLC Book.", "A copy of your Hall Ticket."], DB_NAME: "D-Zone", idPrefix : "KPM" };