Skip to content

Commit eca1fd2

Browse files
authored
Merge pull request LykosAI#1232 from ionite34/patreon-migration-and-accounts
Update account UI for Lykos membership migration
2 parents ce8c057 + 7596b66 commit eca1fd2

18 files changed

Lines changed: 1484 additions & 77 deletions

StabilityMatrix.Avalonia/Assets.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@ internal static class Assets
196196

197197
public static Uri PatreonUrl { get; } = new("https://patreon.com/StabilityMatrix");
198198

199+
public static Uri MembershipUrl { get; } = new("https://lykos.ai/membership?ref=a1");
200+
201+
public static Uri PatreonBlogPostUrl { get; } = new("https://lykos.ai/blog/patreon-update");
202+
199203
public static Uri CivitAIUrl { get; } = new("https://civitai.com");
200204

201205
public static Uri LykosForgotPasswordUrl { get; } = new("https://lykos.ai/forgot-password");

0 commit comments

Comments
 (0)