Skip to content

Commit

Permalink
Add tooltip to the east
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Apr 30, 2024
1 parent f16d52a commit e399b45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/components/projects/row_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def favored
mobile_icon: currently_favored? ? "star-fill" : "star",
size: :medium,
tag: :a,
tooltip_direction: :e,
href: helpers.build_favorite_path(project, format: :html),
data: { method: currently_favored? ? :delete : :post },
classes: currently_favored? ? "op-primer--star-icon " : "op-project-row-component--favorite",
Expand Down

0 comments on commit e399b45

Please sign in to comment.