Skip to content

Commit

Permalink
Add settings for data720.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnbennett3 committed Oct 19, 2023
1 parent cb8c569 commit 2ea81c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appstore/appstore/settings/eduhelx-data720_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

# TODO remove Application brand once the new frontend is complete and
# the django templates in core are removed.
APPLICATION_BRAND = "eduhelx-dev"
APPLICATION_BRAND = "eduhelx-data720"

PRODUCT_SETTINGS = ProductSettings(
brand="eduhelx-dev",
title="EduHeLx Dev",
brand="eduhelx-data720",
title="EduHeLx Data720",
logo_url="/static/images/eduhelx/logo.png",
color_scheme=ProductColorScheme("#666666", "#e6e6e6"), #TBD
links=[],
Expand Down

0 comments on commit 2ea81c7

Please sign in to comment.