mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-30 03:16:25 +02:00
fix: update connector links and streamline icon components
- Changed Linkup API link from linkup.ai to linkup.so in the connector popup. - Removed unused IconSparkles and replaced it with Luma SVG in the connector icons. - Updated image properties for Linear, GitHub, Google Calendar, Google Gmail, and Google Drive connectors to ensure consistent sizing. - Replaced old SVG files for GitHub, Google Calendar, Google Drive, Google Gmail, and Linear with new versions for improved visuals.
This commit is contained in:
parent
57e87f7526
commit
0e93d8420f
8 changed files with 18 additions and 158 deletions
|
|
@ -79,12 +79,12 @@ export const LinkupApiConnectForm: FC<ConnectFormProps> = ({
|
|||
<AlertDescription className="text-[10px] sm:text-xs !pl-0">
|
||||
You'll need a Linkup API key to use this connector. You can get one by signing up at{" "}
|
||||
<a
|
||||
href="https://linkup.ai"
|
||||
href="https://linkup.so"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="font-medium underline underline-offset-4"
|
||||
>
|
||||
linkup.ai
|
||||
linkup.so
|
||||
</a>
|
||||
</AlertDescription>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue