File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments