Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified app/static/assets/logos/open_plan_logo_horizontal.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 modified app/static/assets/logos/open_plan_logo_project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions app/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
{% block favicon %}
<link rel="apple-touch-icon" sizes="180x180" href="{% static 'assets/favicon/tool/apple-touch-icon.png' %}">
<link rel="icon" type="image/png" sizes="32x32" href="{% static 'assets/favicon/tool/favicon-32x32.png' %}">
<link rel="icon" type="image/png" sizes="16x16" href="{% static 'assets/favicon/tool/favicon-16x16.png' %}">
<link rel="manifest" href="{% static 'assets/favicon/tool/site.webmanifest' %}">
<link rel="apple-touch-icon" sizes="180x180" href="{% static 'assets/favicon/project/apple-touch-icon.png' %}">
<link rel="icon" type="image/png" sizes="32x32" href="{% static 'assets/favicon/project/favicon-32x32.png' %}">
<link rel="icon" type="image/png" sizes="16x16" href="{% static 'assets/favicon/project/favicon-16x16.png' %}">
<link rel="manifest" href="{% static 'assets/favicon/project/site.webmanifest' %}">
{% endblock favicon %}
<link rel="mask-icon" href="{% static 'assets/favicon/safari-pinned-tab.svg' %}" color="#5bbad5">
<meta name="msapplication-TileColor" content="#2b5797">
Expand Down
2 changes: 1 addition & 1 deletion app/templates/legal/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h2>{% translate "Feedback or question?" %}</h2>
<img src="{% static 'assets/icons/i_logo_hex.png' %}" alt="" width="60">
<p>{% translate "You can always leave us a comment or feedback on things you would improve" %}</p>
</div>
<a href="{{url_feedback}}" class="btn btn--medium btn--hollow" target="_blank" rel="noreferrer">openPlan Tool</a>
<a href="{{url_feedback}}" class="btn btn--medium btn--hollow" target="_blank" rel="noreferrer">OpenPlan Tool</a>
</div>
<div class="involvement2__card">
<div style="flex: 1">
Expand Down