Skip to content

Commit

Permalink
Undo accidental code change
Browse files Browse the repository at this point in the history
  • Loading branch information
abartov committed Apr 10, 2024
1 parent aaf209f commit 2529fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/authors/toc.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
.by-card-v02.author-main-info-card-v02
%img.about-author-card-bookmark-fold-v02{:alt => t(:background), :height => "6", :src => "/assets/creator-bookmark-back2.png", :width => "168"}/
.about-author-card-v02
%img.surprise-author-pic-v02{:alt => @author.name, src: @author.image_url}/
%img.surprise-author-pic-v02{:alt => @author.name, src: @author.profile_image.url(:thumb)}/
.by-card-header-v02
.author-name-years
.headline-1-v02
Expand Down

0 comments on commit 2529fd8

Please sign in to comment.