Skip to content

Commit

Permalink
fix: Updated the deprecation warning to link to the announcement issue
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-coster committed Aug 23, 2023
1 parent 93f330e commit 72c5d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop-ui/src/routes/Alerts.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
() =>
alerts.notify({
kind: 'warning',
text: 'Deprecation notice: We\'re porting Stitch Desktop\'s features to <a href="https://tinybs.co/stitch-vscode">Stitch for VSCode</a> (<code>tinybs.co/stitch-vscode</code>). Stitch Desktop is no longer maintained.',
text: `NOTICE: Stitch Desktop is being deprecated in favor of <a href="https://tinybs.co/stitch-vscode">Stitch for VSCode</a> (see <a href="https://github.com/bscotch/stitch/issues/138">the announcement</a> for details). Stitch Desktop is no longer maintained.`,
ttl: 15,
}),
5000,
Expand Down

0 comments on commit 72c5d46

Please sign in to comment.