Skip to content

Commit

Permalink
Merge pull request #917 from scidsg/onion-banner
Browse files Browse the repository at this point in the history
Onion Banner Text Update
  • Loading branch information
glenn-sorrentino authored Feb 12, 2025
2 parents c4bf4c2 + 96c3f7d commit 8af95fb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
17 changes: 8 additions & 9 deletions hushline/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,20 +85,19 @@
{% if is_onion_service %}
<div class="banner">
<p>
✅ You are accessing this site using our Onion Service!
✅ Connected to our Onion Service!
<a href="https://donate.torproject.org" target="_blank" rel="noopener noreferrer"
aria-label="Support The Tor Project. This link opens a new browser tab.">
Support Tor</a>.
</p>
</div>
{% else %}
<div class="banner">
<p>
🧅 Use
<a
href="https://www.torproject.org/download/"
target="_blank"
rel="noopener noreferrer"
aria-label="Use Tor Browser for greater anonymity. This link opens a new browser tab."
>Tor Browser</a
>
🧅
<a href="https://www.torproject.org/download/" target="_blank" rel="noopener noreferrer"
aria-label="Use Tor Browser for greater anonymity. This link opens a new browser tab.">
Use Tor Browser</a>
for greater anonymity.
</p>
</div>
Expand Down
7 changes: 3 additions & 4 deletions hushline/templates/directory.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,13 @@ <h2>User Directory</h2>

{% if not logged_in %}
<p class="meta dirMeta">
⭐️ Verified accounts are offered to individuals who have manually verified
their identities with a member of our staff.
⭐️ Verified accounts are offered to organizations and individuals who have
manually verified their identities with a member of our staff.
<a
href="https://hushline.app/start-here.html"
target="_blank"
rel="noopener noreferrer"
>Learn more about verification</a
>.
>Learn more about verification</a>.
</p>
{% endif %}

Expand Down
2 changes: 1 addition & 1 deletion hushline/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.5"
__version__ = "0.4.6"

0 comments on commit 8af95fb

Please sign in to comment.