From c39e908cc54dc4166f228b69750773354043739e Mon Sep 17 00:00:00 2001 From: "gitstart-app[bot]" <57568882+gitstart-app[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 12:34:26 -0600 Subject: [PATCH] SGM-6561 - Update Gitlab icon across the site (#6563) * chore: Update GitLab icon across the site * chore: Fixes GitLab icon cut on the left --------- Co-authored-by: gitstart-sourcegraph --- src/components/cta/ExternalsAuth.tsx | 28 +++++++++------------------- 1 file changed, 9 insertions(+), 19 deletions(-) diff --git a/src/components/cta/ExternalsAuth.tsx b/src/components/cta/ExternalsAuth.tsx index 51df5aca07e..f325c04e0f0 100644 --- a/src/components/cta/ExternalsAuth.tsx +++ b/src/components/cta/ExternalsAuth.tsx @@ -21,33 +21,23 @@ interface ExternalsAuthProps { } const GitlabColorIcon: React.FunctionComponent> = ({ className }) => ( - - + - - )