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

Commit 39acdae

Browse files
committed
feat: hide patreon banner if profile has emoji
1 parent 23d3f8f commit 39acdae

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)