mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-23 19:05:16 +02:00
refactor: update alert components to use warning variant and clean up unused alerts in settings manager
This commit is contained in:
parent
d129ddd8f7
commit
c8f0f7cb1b
4 changed files with 20 additions and 20 deletions
|
|
@ -47,7 +47,7 @@ export const ObsidianConfig: FC<ConnectorConfigProps> = ({ connector }) => {
|
|||
const LegacyBanner: FC = () => {
|
||||
return (
|
||||
<div className="space-y-6">
|
||||
<Alert>
|
||||
<Alert variant="warning">
|
||||
<AlertTriangle />
|
||||
<AlertTitle>Sync stopped, install the plugin to migrate</AlertTitle>
|
||||
<AlertDescription>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue