mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 14:27:03 +02:00
prettify, sorry for the big ass commit
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import React from 'react';
|
||||
import React from "react";
|
||||
|
||||
export function BlinkingCursor(): React.ReactElement {
|
||||
return (<span style={{fontSize: "1em"}} className={"blinking-cursor"}>|</span>);
|
||||
}
|
||||
return (
|
||||
<span style={{ fontSize: "1em" }} className={"blinking-cursor"}>
|
||||
|
|
||||
</span>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user