diff --git a/apps/dokploy/components/icons/data-tools-icons.tsx b/apps/dokploy/components/icons/data-tools-icons.tsx index cf6cbc35..116f5d8a 100644 --- a/apps/dokploy/components/icons/data-tools-icons.tsx +++ b/apps/dokploy/components/icons/data-tools-icons.tsx @@ -161,29 +161,27 @@ export const GitlabIcon = ({ className }: Props) => { return ( ); @@ -200,6 +198,7 @@ export const GithubIcon = ({ className }: Props) => { > @@ -208,30 +207,34 @@ export const GithubIcon = ({ className }: Props) => { export const BitbucketIcon = ({ className }: Props) => { return ( - + + + - - + + - - ); };