refactor: update Slack configuration styling and remove unused icon in general settings

This commit is contained in:
Anish Sarkar 2026-05-19 00:51:06 +05:30
parent b7a6e3af3d
commit 22f6b9dfe4
3 changed files with 6 additions and 7 deletions

View file

@ -82,7 +82,9 @@ export const SlackConfig: FC<SlackConfigProps> = ({ connector }) => {
<p>
Before indexing, add the SurfSense bot to each channel you want to index. The bot can
only access messages from channels it's been added to. Type{" "}
<code className="bg-muted px-1 py-0.5 rounded text-[9px]">/invite @SurfSense</code>{" "}
<code className="rounded bg-popover px-1 py-0.5 text-[9px] text-popover-foreground">
/invite @SurfSense
</code>{" "}
in any channel to add it.
</p>
</AlertDescription>