feat(cert): Certificates (#16185)
* feat(cert): finished layout and design of legacy certificates * feat(cert): added new certs * feat(cert): added logic for new certs * feat(cert): updated claiming challenges * feat(cert): fixed various small issues * feat(cert): completed suggested changes
This commit is contained in:
committed by
Quincy Larson
parent
941462f399
commit
674ce83ab0
@@ -132,7 +132,7 @@ export default function commit(app) {
|
||||
const {
|
||||
nonprofit: nonprofitName = 'girl develop it',
|
||||
amount = '5',
|
||||
goal = commitGoals.frontEndCert
|
||||
goal = commitGoals.respWebDesignCert
|
||||
} = req.query;
|
||||
|
||||
const nonprofit = findNonprofit(nonprofitName);
|
||||
|
Reference in New Issue
Block a user