From 3a16df258145edd6a3b2e05c5c5243b230ddc56b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Guti=C3=A9rrez?= <35082514+alezmad@users.noreply.github.com> Date: Mon, 2 Feb 2026 19:41:17 +0000 Subject: [PATCH] Use Coolify logo icon for Coolify links Added coolify icon to Icons component using official logo. Co-Authored-By: Claude Opus 4.5 --- src/components/DeploymentsTable.tsx | 2 +- src/components/Icons.tsx | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/src/components/DeploymentsTable.tsx b/src/components/DeploymentsTable.tsx index 9855488..80f9950 100644 --- a/src/components/DeploymentsTable.tsx +++ b/src/components/DeploymentsTable.tsx @@ -195,7 +195,7 @@ export function DeploymentsTable({ deployments, isLoading, onRefresh }: Deployme onClick={(e) => e.stopPropagation()} title="View in Coolify" > - + ), diff --git a/src/components/Icons.tsx b/src/components/Icons.tsx index 8643123..d67a9ae 100644 --- a/src/components/Icons.tsx +++ b/src/components/Icons.tsx @@ -122,6 +122,22 @@ export const icons: Record> = { 'box': createIcon(''), 'rocket': createIcon(''), + // Coolify logo icon + 'coolify': function CoolifyIcon({ className = '', size = 24 }: IconProps) { + return ( + + + + ); + }, + // WhyRating brand logo icon 'whyrating': function WhyRatingIcon({ className = '', size = 24 }: IconProps) { return (