Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿

fix: reorder DefaultToNameToggle in ProSettings component for improved user experience

yoginth.com 52f101b5 2cb1c9e1

verified
+1 -1
+1 -1
apps/web/src/components/Settings/Pro/index.tsx
··· 20 20 <CardHeader icon={<BackButton path="/settings" />} title="Pro" /> 21 21 {currentAccount.hasSubscribed ? ( 22 22 <div className="space-y-5 p-5"> 23 - <DefaultToNameToggle /> 24 23 <BetaToggle /> 24 + <DefaultToNameToggle /> 25 25 </div> 26 26 ) : ( 27 27 <ProFeatureNotice className="m-5" feature="pro settings" />