Skip to content

Commit

Permalink
fix: add Arabic font support and SVG upload
Browse files Browse the repository at this point in the history
  • Loading branch information
BasselArt committed Dec 30, 2024
1 parent c92f7b1 commit eb21600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/actions/tenant.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func (action *UpdateTenantSettings) Validate(ctx context.Context, user *entity.U
MinHeight: 200,
MinWidth: 200,
MaxKilobytes: 100,
ExactRatio: true,
ExactRatio: false,
})
if err != nil {
return validate.Error(err)
Expand Down

0 comments on commit eb21600

Please sign in to comment.