mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 02:03:58 +01:00
Merge pull request #1742 from danielyxie/dev
Add button to donate blood.
This commit is contained in:
commit
ced4ac2502
2
dist/vendor.bundle.js
vendored
2
dist/vendor.bundle.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -534,8 +534,8 @@ export function GameOptionsRoot(props: IProps): React.ReactElement {
|
|||||||
</Select>
|
</Select>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
</List>
|
</List>
|
||||||
<br />
|
<ListItem>
|
||||||
<br />
|
<Typography>danielyxie / BigD (Original developer): </Typography>
|
||||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_blank">
|
||||||
<input type="hidden" name="cmd" value="_s-xclick" />
|
<input type="hidden" name="cmd" value="_s-xclick" />
|
||||||
<input
|
<input
|
||||||
@ -550,6 +550,16 @@ export function GameOptionsRoot(props: IProps): React.ReactElement {
|
|||||||
alt="PayPal - The safer, easier way to pay online!"
|
alt="PayPal - The safer, easier way to pay online!"
|
||||||
/>
|
/>
|
||||||
</form>
|
</form>
|
||||||
|
</ListItem>
|
||||||
|
|
||||||
|
<ListItem>
|
||||||
|
<Typography>
|
||||||
|
hydroflame (Current maintainer):{" "}
|
||||||
|
<Link href="https://www.google.com/search?q=Where+to+donate+blood+near+me%3F" target="_blank">
|
||||||
|
Donate blood!
|
||||||
|
</Link>{" "}
|
||||||
|
</Typography>
|
||||||
|
</ListItem>
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid item xs={12} sm={6}>
|
<Grid item xs={12} sm={6}>
|
||||||
<Box>
|
<Box>
|
||||||
|
Loading…
Reference in New Issue
Block a user