Merge pull request #1 from CelloSerenity/patch-1

Update PatreonComponents.swift
This commit is contained in:
CelloSerenity
2025-07-02 18:00:07 -06:00
committed by GitHub

View File

@@ -82,7 +82,7 @@ final class AboutPatreonHeaderView: UICollectionReusableView
imageView.layer.cornerRadius = imageView.bounds.midY
}
for button in [self.supportButton, self.accountButton].compactMap({$0})
for button in [self.supportButton, self.accountButton, self.twitterButton, self.instagramButton].compactMap({$0})
{
button.clipsToBounds = true
button.layer.cornerRadius = 16