Skip to content

Commit

Permalink
move the hover text to the team logo
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Hoffman <[email protected]>
  • Loading branch information
Fustrate committed Mar 21, 2024
1 parent a3d4877 commit a8a42a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/baseballbot/templates/sidebars/components/calendar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def buccos_cell(date, games)
game = games.first

format(
'%<date>02d [%<time>s](/r/%<subreddit>s)[](/%<flag>s "%<status>s")',
'%<date>02d [%<time>s](/r/%<subreddit>s "%<status>s")[](/%<flag>s)',
date:,
time: game.date.strftime('%-I:%M'),
subreddit: @subreddit.code_to_subreddit_name(game.opponent.code),
Expand Down

0 comments on commit a8a42a0

Please sign in to comment.