diff --git a/webinterface/_base.py b/webinterface/_base.py index 47d63277..bcee0bab 100644 --- a/webinterface/_base.py +++ b/webinterface/_base.py @@ -35,7 +35,7 @@ def _preface(self): """, unsafe_allow_html=True, ) - st.image("logos/logo_participants/logos_all_20230926.png") + st.image("logos/logo_participants/logos_all.png") @abstractmethod def _main_page(self): diff --git a/webinterface/logos/logo_participants/UiB_Positiv2linjer_ENG.png b/webinterface/logos/logo_participants/UiB_Positiv2linjer_ENG.png new file mode 100755 index 00000000..2230bfe3 Binary files /dev/null and b/webinterface/logos/logo_participants/UiB_Positiv2linjer_ENG.png differ diff --git a/webinterface/logos/logo_participants/logos_all.png b/webinterface/logos/logo_participants/logos_all.png new file mode 100644 index 00000000..a963e97e Binary files /dev/null and b/webinterface/logos/logo_participants/logos_all.png differ diff --git a/webinterface/logos/logo_participants/logos_all_20230926.png b/webinterface/logos/logo_participants/logos_all_20230926.png deleted file mode 100644 index 3ae20961..00000000 Binary files a/webinterface/logos/logo_participants/logos_all_20230926.png and /dev/null differ