Skip to content

Commit 13b260d

Browse files
committed
fix: button icon hover
1 parent 0dd0bd2 commit 13b260d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

components/Contribution.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const Contribution = () => {
1515
<h2 className="f4">{t`title`}</h2>
1616
<p className="color-text-secondary f6">{t`body`}</p>
1717
<a className="btn btn-outline" href={contribution_href}>
18-
<GitPullRequestIcon size={16} className="color-text-tertiary mr-1" />
18+
<GitPullRequestIcon size="small" className="octicon mr-1" />
1919
{t`button`}
2020
</a>
2121
<p className="color-text-secondary f6 mt-2">

components/Support.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export const Support = () => {
1111
<div>
1212
<h3 className="mb-2 f4">{t`still_need_help`}</h3>
1313
<a id="ask-community" href="https://github.community" className="btn btn-outline mr-4 mt-2">
14-
<PeopleIcon size={16} className="color-text-tertiary mr-1" />
14+
<PeopleIcon size="small" className="octicon mr-1" />
1515
{t`ask_community`}
1616
</a>
1717
<a
@@ -23,7 +23,7 @@ export const Support = () => {
2323
}
2424
className="btn btn-outline mt-2"
2525
>
26-
<CommentDiscussionIcon size={16} className="color-text-tertiary mr-1" />
26+
<CommentDiscussionIcon size="small" className="octicon mr-1" />
2727
{t`contact_support`}
2828
</a>
2929
</div>

0 commit comments

Comments
 (0)