Skip to content

Commit

Permalink
fix analytics tab icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nikochiko committed Dec 6, 2024
1 parent e7bc3b4 commit ff3bc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daras_ai_v2/icons.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
member = '<i class="fa-solid fa-user"></i>'
chevron_right = '<i class="fa-sharp-duotone fa-solid fa-sm fa-chevron-right"></i>'
check = '<i class="fa-solid fa-check"></i>'
analytics = '<i class="fa-regular fa-chart-pie"></i>'
analytics = '<i class="fa-regular fa-chart-pie-simple-circle-dollar"></i>'

# brands
github = '<i class="fa-brands fa-github"></i>'
Expand Down

0 comments on commit ff3bc2e

Please sign in to comment.