From 19c0a3ade7a2c2ec877d2d5d92b2ffd0b9f45807 Mon Sep 17 00:00:00 2001 From: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> Date: Wed, 2 Jul 2025 17:59:40 -0600 Subject: [PATCH] Update PatreonComponents.swift Signed-off-by: CelloSerenity <195480169+CelloSerenity@users.noreply.github.com> --- AltStore/Settings/PatreonComponents.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AltStore/Settings/PatreonComponents.swift b/AltStore/Settings/PatreonComponents.swift index 87bb4d11..299c4984 100644 --- a/AltStore/Settings/PatreonComponents.swift +++ b/AltStore/Settings/PatreonComponents.swift @@ -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