Skip to content

Commit

Permalink
Make it so that jhub-apps default theme doesn't override (nebari-dev#…
Browse files Browse the repository at this point in the history
  • Loading branch information
costrouc authored Jan 19, 2024
1 parent 1d270e3 commit fd31e68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
if z2jh.get_config("custom.jhub-apps-enabled"):
from jhub_apps import themes

c.JupyterHub.template_vars = {**jupyterhub_theme, **themes.DEFAULT_THEME}
c.JupyterHub.template_vars = {**themes.DEFAULT_THEME, **jupyterhub_theme}

0 comments on commit fd31e68

Please sign in to comment.