Changed the size of the Tumblr icon
This commit is contained in:
parent
1e47556e62
commit
25c47899a9
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ function App() {
|
|||
res = <Button className="roots" id="pinterest" variant="primary" href={rootDetail.url}><BsPinterest/> {rootDetail.text}</Button>
|
||||
}
|
||||
else if (rootDetail.type === "tumblr") {
|
||||
res = <Button className="roots" id="tumblr" variant="primary" href={rootDetail.url}><IconContext.Provider value={{size: "1.05em"}}><GrTumblr/></IconContext.Provider> <div className="text">{rootDetail.text}</div></Button>
|
||||
res = <Button className="roots" id="tumblr" variant="primary" href={rootDetail.url}><IconContext.Provider value={{size: "1em"}}><GrTumblr/></IconContext.Provider> <div className="text">{rootDetail.text}</div></Button>
|
||||
}
|
||||
else if (rootDetail.type === "reddit") {
|
||||
res = <Button className="roots" id="reddit" variant="primary" href={rootDetail.url}><BsReddit/> {rootDetail.text}</Button>
|
||||
|
|
Loading…
Reference in a new issue