Update Home page button label from 'Manage Connections' to 'Settings'

- Change button label to 'Settings' for clarity since it opens the full settings modal
- Update description to reflect comprehensive settings options available
- Better represents the actual functionality of opening the settings modal system

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
cyrus
2026-01-28 17:33:52 +05:30
co-authored by Claude
parent 32ea65b2ac
commit ed8b7f50c6
+3 -3
View File
@@ -87,14 +87,14 @@ const Home = () => {
{/* Action buttons */}
<div className="glass rounded-3xl p-0 shadow-large animate-fade-up mt-4 overflow-hidden">
{/* Manage Connections */}
{/* Settings */}
<button
onClick={handleManageConnections}
className="w-full flex items-start justify-between p-3 bg-black/50 border-b border-stone-700 hover:bg-stone-800/30 transition-all duration-200 text-left first:rounded-t-3xl"
>
<div className="flex-1">
<div className="font-medium text-sm mb-1">Manage Connections</div>
<p className="opacity-70 text-xs">Add, remove, or update your connected accounts</p>
<div className="font-medium text-sm mb-1">Settings</div>
<p className="opacity-70 text-xs">Manage connections, privacy, profile, and app settings</p>
</div>
<svg className="w-5 h-5 opacity-60 flex-shrink-0 ml-3" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M10.325 4.317c.426-1.756 2.924-1.756 3.35 0a1.724 1.724 0 002.573 1.066c1.543-.94 3.31.826 2.37 2.37a1.724 1.724 0 001.065 2.572c1.756.426 1.756 2.924 0 3.35a1.724 1.724 0 00-1.066 2.573c.94 1.543-.826 3.31-2.37 2.37a1.724 1.724 0 00-2.572 1.065c-.426 1.756-2.924 1.756-3.35 0a1.724 1.724 0 00-2.573-1.066c-1.543.94-3.31-.826-2.37-2.37a1.724 1.724 0 00-1.065-2.572c-1.756-.426-1.756-2.924 0-3.35a1.724 1.724 0 001.066-2.573c-.94-1.543.826-3.31 2.37-2.37.996.608 2.296.07 2.572-1.065z" />