Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit ccd563e

Browse files
authored
Merge pull request #2310 from SkyCryptWebsite/change-patreon-banner
feat: hide patreon banner if profile has emoji
2 parents 23d3f8f + 39acdae commit ccd563e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

views/stats.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ const metaDescription = getMetaDescription()
387387
<strong>Please report the error on our <a href="https://discord.gg/cNgADv2kEQ" target="_blank" rel="noreferrer">Discord</a>.</strong>
388388
</p>
389389
</figure>
390-
<% } else { %>
390+
<% } else if (!calculated.display_emoji) { %>
391391
<figure class="banner" style="padding: 20px;">
392392
<h2>
393393
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.

0 commit comments

Comments
 (0)