mirror of
https://github.com/unraid/api.git
synced 2026-04-23 15:51:24 -05:00
feat: WIP promo component
This commit is contained in:
@@ -10,3 +10,9 @@ export interface UserProfileLink {
|
||||
text: string;
|
||||
title?: string;
|
||||
}
|
||||
|
||||
export interface UserProfilePromoFeature {
|
||||
copy: string;
|
||||
icon?: typeof ArrowTopRightOnSquareIcon;
|
||||
title: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user