diff --git a/app/views/layouts/_logo.html.erb b/app/views/layouts/_logo.html.erb index c1118a447..25860f482 100644 --- a/app/views/layouts/_logo.html.erb +++ b/app/views/layouts/_logo.html.erb @@ -1,6 +1,6 @@ " 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) %> <% else %>