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 (