Fix missing google logo on connected connector state

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-02-02 15:21:53 +04:00
parent b95f667eb0
commit 08da270dbc

View File

@@ -118,11 +118,7 @@ export function GoogleWorkspaceConnector(props: {
return (
<Card padded className="flex items-center gap-3">
<div className="w-10 h-10 flex items-center justify-center bg-subtle rounded">
<img
src="/google-workspace.png"
alt="Google Workspace"
className="w-6 h-6"
/>
<Google className="w-6 h-6" />
</div>
<div className="mr-auto">
<h3 className="font-medium">{__("Google Workspace")}</h3>