Skip to content

Commit

Permalink
Show to insiders too
Browse files Browse the repository at this point in the history
  • Loading branch information
iHiD committed Sep 17, 2023
1 parent ea4c94a commit b799db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/view_components/site_header.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def to_s
end

def announcement_bar
return tag.span("") unless user_signed_in? && !current_user&.donated?
return tag.span("") unless user_signed_in?

tag.div(class: "announcement-bar md:block hidden !bg-[#8B0000]") do
tag.div(class: "lg-container") do
Expand Down

0 comments on commit b799db5

Please sign in to comment.