mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 09:42:53 +02:00
prettify, sorry for the big ass commit
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import * as React from "react";
|
||||
|
||||
export function DialogBox(content: HTMLElement): React.ReactElement {
|
||||
return (<div className="dialog-box-content text">
|
||||
<span className="dialog-box-close-button ">×</span>
|
||||
{content}
|
||||
</div>);
|
||||
return (
|
||||
<div className="dialog-box-content text">
|
||||
<span className="dialog-box-close-button ">×</span>
|
||||
{content}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user