Skip to content

Commit

Permalink
Revert "Modify random ruby lines for testing purposes"
Browse files Browse the repository at this point in the history
This reverts commit 23fffef.
  • Loading branch information
Splines committed Jul 8, 2024
1 parent 80a12f5 commit 87f2ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/helpers/talks_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ def speaker_list(talk)
end

def speaker_icon_class(talk)
return "fas fa-user this is a codecov test" unless talk.speakers.count > 1
return "fas fa-user" unless talk.speakers.count > 1

"fas fa-users this is a codecov test"
"fas fa-users"
end

def speaker_icon(talk)
Expand Down

0 comments on commit 87f2ad2

Please sign in to comment.