Skip to content

Commit

Permalink
alpha banner (#336)
Browse files Browse the repository at this point in the history
* alpha banner

* alpha

* update alpha banner
  • Loading branch information
TalDerei authored Feb 3, 2025
1 parent 76ace97 commit c15dfdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/widgets/header/ui/banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const Banner = ({ type, title, content, className, ...props }: BannerProp
export const AlphaDevelopmentBanner = () => (
<Banner
type='warning'
title='Pre-Alpha Development Preview'
content='This software is experimental and under active development. Features may be incomplete, subject to change, or even totally broken.'
title='Alpha Development'
content='This software is currently in its alpha stage and under continuous development. Features will continue to improve for an enhanced user experience.'
/>
);

0 comments on commit c15dfdd

Please sign in to comment.