mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-23 19:05:16 +02:00
refactor: update Slack configuration styling and remove unused icon in general settings
This commit is contained in:
parent
b7a6e3af3d
commit
22f6b9dfe4
3 changed files with 6 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue