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:
commit
a031d0a336
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// License: LGPL-3.0-or-later
|
||||
import nonprofitBranding from '../../../../javascripts/src/lib/nonprofitBranding.ts';
|
||||
|
||||
export default nonprofitBranding
|
||||
module.exports = nonprofitBranding
|
||||
|
|
Loading…
Add table
Reference in a new issue