Add license (#8)
* Add license * Remove unnecessary style * Add license to package.json * Update url * Adapt offering to new license (#13) * Adapt offering to new license * Update changelog * Add license to about page * Adapt offering to new license
This commit is contained in:
@@ -10,7 +10,7 @@ export interface User {
|
||||
settings: UserSettings;
|
||||
subscription: {
|
||||
expiresAt: Date;
|
||||
type: 'Diamond';
|
||||
type: 'Trial';
|
||||
};
|
||||
}
|
||||
|
||||
|
@@ -46,7 +46,7 @@ export class UserService {
|
||||
},
|
||||
subscription: {
|
||||
expiresAt: resetHours(add(new Date(), { days: 7 })),
|
||||
type: 'Diamond'
|
||||
type: 'Trial'
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user