feat: gate premium CV themes
CI and Deploy / test (push) Successful in 2m35s
CI and Deploy / deploy (push) Successful in 1m1s

This commit is contained in:
cesnimda
2026-07-30 23:24:19 +02:00
parent fd2c60e70f
commit 09fc2b03f7
6 changed files with 49 additions and 12 deletions
+2
View File
@@ -33,6 +33,8 @@ export type CvTheme = {
photoShape: string;
supportsIcons: boolean;
atsFriendly: boolean;
premium: boolean;
available: boolean;
swatches: string[];
};