Adding the icon
This commit is contained in:
parent
17b761ec89
commit
028d8c9c57
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ function App() {
|
|||
res = <Button id="pinterest" variant="primary" href={rootDetail.url}><Pinterest/> {rootDetail.text}</Button>
|
||||
}
|
||||
else if (rootDetail.type === "tumblr") {
|
||||
res = <Button id="tumblr" variant="primary" href={rootDetail.url}>{rootDetail.text}</Button>
|
||||
res = <Button id="tumblr" variant="primary" href={rootDetail.url}><Tumblr/>{rootDetail.text}</Button>
|
||||
}
|
||||
else if (rootDetail.type === "reddit") {
|
||||
res = <Button id="reddit" variant="primary" href={rootDetail.url}><Reddit/> {rootDetail.text}</Button>
|
||||
|
|
Loading…
Reference in a new issue