From 51f31fc4df4637cf12f96f16126f1f336e567c7f Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Tue, 23 Aug 2022 01:01:22 +0000 Subject: [PATCH] Add custom Protocoin symbol --- apiserver/apiserver/settings.py | 2 +- webclient/public/index.html | 1 + webclient/public/protofont-embedded.css | 60 +++++++++++++++++++++++++ webclient/src/App.js | 2 +- webclient/src/light.css | 1 + 5 files changed, 64 insertions(+), 2 deletions(-) create mode 100644 webclient/public/protofont-embedded.css diff --git a/apiserver/apiserver/settings.py b/apiserver/apiserver/settings.py index 359703c..cee936f 100644 --- a/apiserver/apiserver/settings.py +++ b/apiserver/apiserver/settings.py @@ -294,7 +294,7 @@ DEFAULT_FROM_EMAIL = 'Protospace Portal ' if DEBUG: logger.info('Debug mode ON') logger.info('Test logging for each thread') -APP_VERSION = 3 # TODO: automate this +APP_VERSION = 4 # TODO: automate this SHELL_PLUS = 'ipython' diff --git a/webclient/public/index.html b/webclient/public/index.html index d862a87..a19d6c3 100644 --- a/webclient/public/index.html +++ b/webclient/public/index.html @@ -9,6 +9,7 @@ +