diff --git a/apps/web/src/components/header/icons.tsx b/apps/web/src/components/header/icons.tsx index 3a58d3a85..b1df97fff 100644 --- a/apps/web/src/components/header/icons.tsx +++ b/apps/web/src/components/header/icons.tsx @@ -10,37 +10,34 @@ const icon = css` fill: currentColor; ` -export const Docker = styled(({ className }: { className?: string }) => ( +export const Docker = styled((props: { className?: string }) => ( - docker - - - - - + + + + + + + + + ))` ${icon}; - width: 1.099609375em; + transform: scale(1.15); ` export const Github = styled(({ className }: { className?: string }) => (