<%= f.label :logo, class: "crayons-field__label" do %> Logo <% end %> <% if FeatureFlag.enabled?(:creator_onboarding) %>

Your logo will display in the upper left hand corner of your Forem. Upload a PNG or JPEG with a maximum size of 4096x4096px.

<% else %>

You can adjust what your logo will look like here but it will not be live on the visitor facing site until after the release on 17 January. Upload a PNG or JPEG with a maximum size of 4096x4096px.

<% end %>
<%= f.file_field :logo, accept: allowed_types.to_s, aria_describedby: "logo-subtitle", data: { "max-file-size-mb": max_file_size.to_s, action: "change->logo-upload#previewLogo" } %>
<% if logo.present? %> preview of logo selected <% end %>