Redesign the welcome changes

This commit is contained in:
Narek Zakarian 2024-11-05 13:49:38 +04:00
parent d4e0167d88
commit 6d078fcf5d
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7
17 changed files with 468 additions and 208 deletions

View file

@ -5,4 +5,5 @@ const TitleBadge = ( { text, type } ) => {
export const TITLE_BADGE_POSITIVE = 'positive';
export const TITLE_BADGE_NEGATIVE = 'negative';
export const TITLE_BADGE_INFO = 'info';
export default TitleBadge;