Skip to content

Commit b81a121

Browse files
author
Dylan McCall
committed
Move donate slide close button inside slide-trigger
1 parent 3cb20ad commit b81a121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_env/src/cc.engine/cc/engine/templates/includes/deed_donate_slide.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div id="deed-donate-slide" style="display: none;">
2-
<div class="slide-close"></div>
32
<div class="slide-trigger">
3+
<div class="slide-close"></div>
44
<img src="/images/deed/logo-cc-heart-white.png" class="slide-logo" alt="" width="100" height="88" />
55
<p class="desktop-only">{% trans %}This content is freely available under simple legal terms because of Creative Commons, a non-profit that survives on donations. If you love this content, and love that it's free for everyone, please consider a donation to support our work.{% endtrans %}</p>
66
<p class="mobile-only">{% trans %}When you share, everyone wins.{% endtrans %}</p>

0 commit comments

Comments
 (0)