This commit is contained in:
Ridhwana 2021-12-02 10:11:30 +02:00 committed by GitHub
parent 3f2569b938
commit 19bc43360b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
<a href="/" class="<%= "site-logo" unless FeatureFlag.enabled?(:creator_onboarding) %>" aria-label="<%= t("views.main.aria_home") %>">
<% if Settings::General.logo_svg %>
<%= Settings::General.logo_svg %>
<% if Settings::General.logo_svg.present? %>
<%= logo_svg %>
<% elsif FeatureFlag.enabled?(:creator_onboarding) %>
<img class="site-logo" src="<%= Settings::General.resized_logo %>" alt="<%= community_name %>">
<% else %>