Skip to content
This repository was archived by the owner on Jul 5, 2022. It is now read-only.
Closed
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions _jekyll/includes/3-modules/code-variation-dropdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% endcomment %}


<div class="download-button">
<button class="download-button">
<span class="title">{{ include.title }}</span>
<ul>
{% for variation in include.variations %}
Expand All @@ -20,4 +20,4 @@
<li><a href="{{ site.web_editor_sketch_prefix | append: page.web_editor }}" target="_blank">Web Editor</a></li>
{% endif %}
</ul>
</div>
</button>