fix: patron

This commit is contained in:
DIYgod 2023-03-14 23:30:49 +00:00
parent 5da2619e44
commit 268ce0fc52
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ export const SiteHeader: React.FC<{
<span className="xlog-site-follow-count block sm:inline-block">
<FollowingCount siteId={site?.username} />
</span>
<span className="xlog-site-patron">
<span className="xlog-site-patron opacity-0 pointer-events-none">
<PatronButton site={site} />
</span>
</div>