Skip to content

Commit

Permalink
Merge pull request #441 from GooeyAI/intergrations_tab_icon_align
Browse files Browse the repository at this point in the history
fix: tab icon alignment on webkit browsers
  • Loading branch information
anish-work authored Aug 23, 2024
2 parents 3fa3f4c + 39947ed commit f7ecf1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routers/root.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ class RecipeTabs(TabData, Enum):
route=history_route,
)
integrations = TabData(
title=f'<img align="left" width="24" height="24" style="margin-right: 10px" src="{icons.integrations_img}" alt="Facebook, Whatsapp, Slack, Instagram Icons"> Integrations',
title=f'<img width="24" height="24" style="margin-right: 4px" src="{icons.integrations_img}" alt="Facebook, Whatsapp, Slack, Instagram Icons"> Integrations',
label="Integrations",
route=integrations_route,
)
Expand Down

0 comments on commit f7ecf1a

Please sign in to comment.