diff --git a/backend/src/Web/Features/Contents/Data/Creator.cs b/backend/src/Web/Features/Contents/Data/Creator.cs index 71f6438..ba8e24e 100644 --- a/backend/src/Web/Features/Contents/Data/Creator.cs +++ b/backend/src/Web/Features/Contents/Data/Creator.cs @@ -25,7 +25,7 @@ public class Creator public bool AcceptDonation { get; set; } public Socials Socials { get; set; } = new(); - public Presentation Presentation { get; set; } = new(); + public Presentation Presentation { get; set; } = new() { Description = "Welcome to my profile!" }; } public class Socials