Embed avatar initials font path and relocate it
This commit is contained in:
committed by
Mumbi Francis
parent
ba8009125e
commit
3707f7edae
Generated
+1
-1
@@ -1077,7 +1077,7 @@ func Discovery() (o *DiscoveryOpt) {
|
||||
func Attachment() (o *AttachmentOpt) {
|
||||
o = &AttachmentOpt{
|
||||
AvatarMaxFileSize: 1000000,
|
||||
AvatarInitialsFontPath: "./auth/assets/public/fonts/poppins/Poppins-Regular.ttf",
|
||||
AvatarInitialsFontPath: "fonts/Poppins-Regular.ttf",
|
||||
AvatarInitialsBackgroundColor: "#F3F3F3",
|
||||
AvatarInitialsColor: "#162425",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user