Skip to content

Commit

Permalink
switch git clone button icon
Browse files Browse the repository at this point in the history
  • Loading branch information
joeizang committed Jun 26, 2024
1 parent c0a1eab commit 82fc891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/remix-ui/home-tab/src/lib/components/homeTabFile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function HomeTabFile({ plugin }: HomeTabFileProps) {
_paq.push(['trackEvent', 'hometab', 'filesSection', 'Git Clone'])
await plugin.call('filePanel', 'clone')
}}>
<i className="fab fa-github pl-1 pr-2"></i>
<i className="fa-brands fa-github-alt pl-1 pr-2"></i>
Git Clone
</button>
</CustomTooltip>
Expand Down

0 comments on commit 82fc891

Please sign in to comment.