mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-02 20:32:39 +02:00
feat: update connector dialog header to improve clarity and user engagement
This commit is contained in:
parent
8f94350bc1
commit
62c9880f11
1 changed files with 2 additions and 2 deletions
|
|
@ -30,10 +30,10 @@ export const ConnectorDialogHeader: FC<ConnectorDialogHeaderProps> = ({
|
|||
>
|
||||
<DialogHeader>
|
||||
<DialogTitle className="text-xl sm:text-3xl font-semibold tracking-tight">
|
||||
Connectors
|
||||
Manage Connectors
|
||||
</DialogTitle>
|
||||
<DialogDescription className="text-xs sm:text-base text-muted-foreground/80 mt-1 sm:mt-1.5">
|
||||
Search across all your apps and data in one place.
|
||||
Connect Surfsense to your favorite tools and services.
|
||||
</DialogDescription>
|
||||
</DialogHeader>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue