Fix missing google logo + use svg for slack logo

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-02-02 15:01:21 +04:00
parent ff4a3f1d61
commit 337506130b
8 changed files with 55 additions and 10 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 945 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

View File

@@ -7,6 +7,7 @@ import {
Dialog,
DialogContent,
DialogFooter,
Google,
useDialogRef,
} from "@probo/ui";
import { graphql, useFragment } from "react-relay";
@@ -96,11 +97,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>

View File

@@ -1,6 +1,6 @@
import { sprintf } from "@probo/helpers";
import { useTranslate } from "@probo/i18n";
import { Badge, Button, Card } from "@probo/ui";
import { Badge, Button, Card, Slack } from "@probo/ui";
import { useFragment } from "react-relay";
import { graphql } from "relay-runtime";
@@ -43,8 +43,8 @@ export function CompliancePageSlackSection(props: { fragmentRef: CompliancePageS
padded
className="flex items-center gap-3"
>
<div>
<img src="/slack.png" alt="" />
<div className="h-10 w-10 flex items-center justify-center bg-subtle rounded">
<Slack className="h-6 w-6" />
</div>
<div className="mr-auto">
<h3 className="text-base font-semibold">Slack</h3>
@@ -73,8 +73,8 @@ export function CompliancePageSlackSection(props: { fragmentRef: CompliancePageS
padded
className="flex items-center gap-3"
>
<div>
<img src="/slack.png" alt="" />
<div className="h-10 w-10 flex items-center justify-center bg-subtle rounded">
<Slack className="h-6 w-6" />
</div>
<div className="mr-auto">
<h3 className="text-base font-semibold">Slack</h3>