Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
hotfix: deprecated banner title
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinderVosDeWael committed Nov 19, 2024
1 parent 38a9b32 commit 582f517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/banners/DeprecationBanner.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import BaseBanner from './BaseBanner.svelte';
</script>

<BaseBanner title="Beta Feature" variant="error">
<BaseBanner title="Deprecated" variant="error">
This feature has been deprecated and will no longer be maintained. Please use
<a
href="https://docbot.childmind.org"
Expand Down

0 comments on commit 582f517

Please sign in to comment.