Skip to content

Commit

Permalink
refactor: code refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang committed May 28, 2024
1 parent 84481ad commit e7bf503
Show file tree
Hide file tree
Showing 4 changed files with 1,717 additions and 1,169 deletions.
8 changes: 2 additions & 6 deletions env.config.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
module.exports = {
FALSE_VALUE: false,
CORRECT_BOOL_VALUE: 'Good, false meant false. We did not cast a boolean to a string.',
INCORRECT_BOOL_VALUE: 'Why was a false boolean true?',
INTEGER_VALUE: 123,
PARAGON_THEME_URLS: {
core: {
urls: {
default: 'https://cdn.jsdelivr.net/npm/@openedx/paragon@alpha/dist/core.min.css1'
default: 'https://cdn.jsdelivr.net/npm/@openedx/paragon@alpha/dist/core.min.css'
},
},
defaults: {
Expand All @@ -15,7 +11,7 @@ module.exports = {
variants: {
light: {
urls: {
default: 'https://cdn.jsdelivr.net/npm/@openedx/paragon@alpha/dist/light.min.css1',
default: 'https://cdn.jsdelivr.net/npm/@openedx/paragon@alpha/dist/light.min.css',
},
},
},
Expand Down
Loading

0 comments on commit e7bf503

Please sign in to comment.