Skip to content

Commit

Permalink
Merge pull request SkyCryptWebsite#2310 from SkyCryptWebsite/change-p…
Browse files Browse the repository at this point in the history
…atreon-banner

feat: hide patreon banner if profile has emoji
  • Loading branch information
Shiiyu authored Nov 3, 2024
2 parents 23d3f8f + 39acdae commit ccd563e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/stats.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ const metaDescription = getMetaDescription()
<strong>Please report the error on our <a href="https://discord.gg/cNgADv2kEQ" target="_blank" rel="noreferrer">Discord</a>.</strong>
</p>
</figure>
<% } else { %>
<% } else if (!calculated.display_emoji) { %>
<figure class="banner" style="padding: 20px;">
<h2>
Please consider donating to the SkyCrypt <strong><a href="https://www.patreon.com/shiiyu" style="color:#2E76FF;">Patreon</a></strong> in order to keep the website running.
Expand Down

0 comments on commit ccd563e

Please sign in to comment.