From 685677b986e11024df600e13edd33b203eb8a0f2 Mon Sep 17 00:00:00 2001 From: KevIsDev Date: Sat, 19 Apr 2025 00:05:04 +0100 Subject: [PATCH] style(icons): update icon classes and add netlify.svg Update icon classes across multiple components to improve consistency and add the netlify.svg file for the Netlify icon. --- .../tabs/connections/ConnectionDiagnostics.tsx | 2 +- .../@settings/tabs/connections/GithubConnection.tsx | 4 ++-- .../tabs/connections/components/PushToGitHubDialog.tsx | 2 +- .../components/RepositorySelectionDialog.tsx | 2 +- app/components/@settings/tabs/data/DataTab.tsx | 2 +- app/components/@settings/tabs/debug/DebugTab.tsx | 10 +++++----- .../@settings/tabs/event-logs/EventLogsTab.tsx | 2 +- app/components/chat/SupabaseConnection.tsx | 2 +- app/components/workbench/Preview.tsx | 2 +- icons/netlify.svg | 10 ++++++++++ 10 files changed, 24 insertions(+), 14 deletions(-) create mode 100644 icons/netlify.svg diff --git a/app/components/@settings/tabs/connections/ConnectionDiagnostics.tsx b/app/components/@settings/tabs/connections/ConnectionDiagnostics.tsx index 1a4c54fe..c14d4f96 100644 --- a/app/components/@settings/tabs/connections/ConnectionDiagnostics.tsx +++ b/app/components/@settings/tabs/connections/ConnectionDiagnostics.tsx @@ -313,7 +313,7 @@ export default function ConnectionDiagnostics() { {/* Netlify Connection Card */}
-
+
Netlify Connection
diff --git a/app/components/@settings/tabs/connections/GithubConnection.tsx b/app/components/@settings/tabs/connections/GithubConnection.tsx index 25c498c6..e378d403 100644 --- a/app/components/@settings/tabs/connections/GithubConnection.tsx +++ b/app/components/@settings/tabs/connections/GithubConnection.tsx @@ -688,7 +688,7 @@ export default function GitHubConnection() { onClick={() => window.open('https://github.com/dashboard', '_blank', 'noopener,noreferrer')} className="flex items-center gap-2 hover:bg-bolt-elements-item-backgroundActive/10 hover:text-bolt-elements-textPrimary dark:hover:text-bolt-elements-textPrimary transition-colors" > -
+
Dashboard