Renames SocialNetworks to Socials

This commit is contained in:
Jonathan Bourdon
2024-08-06 00:14:40 -04:00
parent b2583738f5
commit 14bc4ce69b
9 changed files with 31 additions and 31 deletions

View File

@@ -10,7 +10,7 @@ public class Creator
[MaxLength(255)] public string Name { get; set; } = null!;
public About About { get; set; } = new();
public SocialNetworks SocialNetworks { get; set; } = new();
public Socials Socials { get; set; } = new();
public ProfileColors ProfileColors { get; set; } = new();
public StoredDataUrls StoredDataUrls { get; set; } = new();
}
@@ -29,7 +29,7 @@ public class ProfileColors
[MaxLength(9)] public string? Menu { get; set; }
}
public class SocialNetworks
public class Socials
{
[MaxLength(255)] public string? FacebookUrl { get; set; }
[MaxLength(255)] public string? InstagramUrl { get; set; }