Skip to content

Commit

Permalink
Update swagger logos/text
Browse files Browse the repository at this point in the history
- Use new Safe logo
  • Loading branch information
Uxio0 committed Sep 16, 2022
1 parent ba1db07 commit bc446b5
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

schema_view = get_schema_view(
openapi.Info(
title="Gnosis Safe Transaction Service API",
title="Safe Transaction Service API",
default_version="v1",
description="API to keep track of transactions sent via Gnosis Safe smart contracts",
contact=openapi.Contact(email="[email protected]"),
Expand Down
2 changes: 1 addition & 1 deletion config/wsgi.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
WSGI config for Gnosis Safe Transaction Service project.
WSGI config for Safe Transaction Service project.
This module contains the WSGI application used by Django's development server
and any production WSGI deployments. It should expose a module-level variable
Expand Down
10 changes: 5 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Gnosis Safe Transaction Service documentation build configuration file, created by
# Safe Transaction Service documentation build configuration file, created by
# sphinx-quickstart.
#
# This file is execfile()d with the current directory set to its containing dir.
Expand Down Expand Up @@ -39,7 +39,7 @@
master_doc = "index"

# General information about the project.
project = "Gnosis Safe Transaction Service"
project = "Safe Transaction Service"
copyright = """2018, Gnosis"""

# The version info for the project you're documenting, acts as replacement for
Expand Down Expand Up @@ -218,7 +218,7 @@
(
"index",
"safe_transaction_service",
"Gnosis Safe Transaction Service Documentation",
"Safe Transaction Service Documentation",
["""Gnosis"""],
1,
)
Expand All @@ -237,9 +237,9 @@
(
"index",
"safe_transaction_service",
"Gnosis Safe Transaction Service Documentation",
"Safe Transaction Service Documentation",
"""Gnosis""",
"Gnosis Safe Transaction Service",
"Safe Transaction Service",
"""Project to manage transactions for Gnosis Safe""",
"Miscellaneous",
)
Expand Down
Binary file modified safe_transaction_service/static/safe/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added safe_transaction_service/static/safe/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion safe_transaction_service/static/safe/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}

.topbar-wrapper .link:before {
content: url("{% static 'safe/gnosis_safe_rgb_sticke_geen.png' %}");
content: url("{% static 'safe/logo.png' %}");
}

</style>
Expand Down

0 comments on commit bc446b5

Please sign in to comment.