Skip to content

Commit

Permalink
Temporarily hide Share button on new area page
Browse files Browse the repository at this point in the history
  • Loading branch information
zarino authored and struan committed Jan 9, 2024
1 parent df6fc98 commit abad31d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hub/templates/hub/new_area_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@
<h1 class="mb-2">{{ area.name }}</h1>
<p class="mb-0 text-muted">Current parliamentary constituency</p>
</div>
<button class="btn btn-primary d-flex align-items-center gap-2">
{% comment %} TODO: Make this share button work {% endcomment %}
{% comment %} <button class="btn btn-primary d-flex align-items-center gap-2">
{% include 'hub/includes/icons/share.html' %}
Share this page
</button>
</button> {% endcomment %}
</div>
</div>
</div>
Expand Down

0 comments on commit abad31d

Please sign in to comment.