mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-02 13:28:43 +00:00
help tour button styling updates
This commit is contained in:
parent
e768cf49a3
commit
2b431986d6
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
|||
{% trans "Discover" %}
|
||||
</a>
|
||||
{% if has_tour %}
|
||||
<button id="tour_button" class="button is-inverted is-outlined navbar-item mt-5" onclick="startTour('home')"> {% trans "Help" %}
|
||||
<button id="tour_button" class="button is-inverted is-ghost navbar-item mt-5" onclick="startTour('home')"> {% trans "Help" %}
|
||||
</button>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue