add motd to the server page
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 56s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 56s
This commit is contained in:
11
src/app/components/icon/icon-props.ts
Normal file
11
src/app/components/icon/icon-props.ts
Normal file
@ -0,0 +1,11 @@
|
||||
export type IconProps = {
|
||||
/**
|
||||
* The size of the icon
|
||||
*/
|
||||
size?: number;
|
||||
|
||||
/**
|
||||
* The color of the icon
|
||||
*/
|
||||
color?: string;
|
||||
};
|
Reference in New Issue
Block a user