feat: WIP promo component

This commit is contained in:
Zack Spear
2023-06-01 01:06:16 -07:00
committed by Zack Spear
parent ff556a5e9e
commit dd8d8cdac9
5 changed files with 118 additions and 4 deletions
+6
View File
@@ -10,3 +10,9 @@ export interface UserProfileLink {
text: string;
title?: string;
}
export interface UserProfilePromoFeature {
copy: string;
icon?: typeof ArrowTopRightOnSquareIcon;
title: string;
}