Fix missing google logo on connected connector state
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -118,11 +118,7 @@ export function GoogleWorkspaceConnector(props: {
|
|||||||
return (
|
return (
|
||||||
<Card padded className="flex items-center gap-3">
|
<Card padded className="flex items-center gap-3">
|
||||||
<div className="w-10 h-10 flex items-center justify-center bg-subtle rounded">
|
<div className="w-10 h-10 flex items-center justify-center bg-subtle rounded">
|
||||||
<img
|
<Google className="w-6 h-6" />
|
||||||
src="/google-workspace.png"
|
|
||||||
alt="Google Workspace"
|
|
||||||
className="w-6 h-6"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
<div className="mr-auto">
|
<div className="mr-auto">
|
||||||
<h3 className="font-medium">{__("Google Workspace")}</h3>
|
<h3 className="font-medium">{__("Google Workspace")}</h3>
|
||||||
|
|||||||
Reference in New Issue
Block a user