Skip to content

Commit

Permalink
add patreon tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Feb 23, 2024
1 parent bc6b9fb commit af7da84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/core/components/sim_header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,8 @@ export class SimHeader extends Component {
parent: container,
text: "Support our devs",
icon: "fab fa-patreon fa-lg",
classes: "patreon-link link-alt"
tooltip: "Support us on Patreon",
classes: "patreon-link link-alt",
})
}

Expand Down

0 comments on commit af7da84

Please sign in to comment.