diff --git a/invenio_theme_iform/config.py b/invenio_theme_iform/config.py index b73fcbe..fcef0fc 100644 --- a/invenio_theme_iform/config.py +++ b/invenio_theme_iform/config.py @@ -45,7 +45,7 @@ THEME_IFORM_SUPPORT_EMAIL = "" THEME_500_TEMPLATE = "invenio_theme_iform/default_error.html" """Used for any internal server errors and uncaught exceptions.""" -THEME_LOGO = "images/tug_logo.png" +THEME_LOGO = "images/iform_logo.png" """I-Form logo""" THEME_SEARCHBAR = False diff --git a/invenio_theme_iform/static/images/iform_logo.png b/invenio_theme_iform/static/images/iform_logo.png new file mode 100644 index 0000000..5a292ef Binary files /dev/null and b/invenio_theme_iform/static/images/iform_logo.png differ diff --git a/invenio_theme_iform/static/images/tug_logo.png b/invenio_theme_iform/static/images/tug_logo.png deleted file mode 100644 index 607d22f..0000000 Binary files a/invenio_theme_iform/static/images/tug_logo.png and /dev/null differ