We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 134f875 commit 6de8dd3Copy full SHA for 6de8dd3
src/utils/utils.ts
@@ -190,7 +190,7 @@ export const getPassportTitle = (passportInfo: any) => {
190
if (passportInfo?.expiresDays?.toString() === "7") return "Freemium";
191
192
if (passportInfo?.expiresDays && passportInfo?.expiresDays > 365)
193
- return "Unlimited";
+ return "Guardian";
194
195
if (passportInfo?.premium) return "Premium";
196
0 commit comments