refactor: email setting

This commit is contained in:
Ravinou 2025-02-02 12:29:12 +01:00
commit 448781c3c3
No known key found for this signature in database
GPG key ID: EEEE670C40F6A4D7
2 changed files with 23 additions and 21 deletions

View file

@ -4,7 +4,7 @@ import classes from './Info.module.css';
type InfoProps = {
message: string;
color: string;
color?: string;
children?: ReactNode;
};