Removing the 0
This commit is contained in:
parent
17222b2473
commit
518af4bac8
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}><Tumblr viewBox="250 0 300 200" width="32px" height="32px"/> {rootDetail.text}0</Button>
|
||||
res = <Button id="tumblr" variant="primary" href={rootDetail.url}><Tumblr viewBox="250 0 300 200" width="32px" height="32px"/> {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