Merge pull request #196 from houdiniproject/fix_on_nonprofit_branding

Fix bug where nonprofit branding isn't properly exported into javascr…
This commit is contained in:
Eric Schultz 2019-05-29 16:38:01 -05:00 committed by GitHub
commit a031d0a336
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
// License: LGPL-3.0-or-later
import nonprofitBranding from '../../../javascripts/src/lib/nonprofitBranding.ts';
export default nonprofitBranding(app.nonprofit.brand_color)
module.exports = nonprofitBranding(app.nonprofit.brand_color)

View file

@ -1,4 +1,4 @@
// License: LGPL-3.0-or-later
import nonprofitBranding from '../../../../javascripts/src/lib/nonprofitBranding.ts';
export default nonprofitBranding
module.exports = nonprofitBranding