- {attributes.title}
-
- ))}
-
- ) : (
-
-
- Thanks for connecting your account! It looks like you are not an
- active supporter of this project. You can support us{' '}
-
- here
-
- . If you become a supporter in the future, click the button
- below to update your data.
-
-
- )}
-
- ) : (
-
- How it works:
- 1.{' '}
-
- Support us
- {' '}
- on Patreon
- 2. Connect your Patreon account by clicking below
- 3. You are now part of the special supporters club!
-
- )}
-
-
+ ))}
+
+ )}
+ >
+ ) : (
+
+ As a supporter you get a badge on the platform, special insights and
+ voting rights on decisions.
+
+ )}
+
+
+
+
{user.patreon && (
)}
-
+
)
}
diff --git a/src/pages/UserSettings/content/formSections/UserProfile.section.tsx b/src/pages/UserSettings/content/formSections/UserProfile.section.tsx
index 128d42c1b5..26fd64dcd3 100644
--- a/src/pages/UserSettings/content/formSections/UserProfile.section.tsx
+++ b/src/pages/UserSettings/content/formSections/UserProfile.section.tsx
@@ -20,7 +20,6 @@ import { FlexSectionContainer } from './elements'
import { EmailNotificationsSection } from './EmailNotifications.section'
import { ExpertiseSection } from './Expertise.section'
import { FocusSection } from './Focus.section'
-import { PatreonIntegration } from './PatreonIntegration'
import { PublicContactSection } from './PublicContact.section'
import { SettingsFormNotifications } from './SettingsFormNotifications'
import { UserInfosSection } from './UserInfos.section'
@@ -222,7 +221,6 @@ export const UserProfile = () => {
/>
)}
-