mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 03:00:56 +02:00
prettify, sorry for the big ass commit
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
import * as React from "react";
|
||||
|
||||
export function Augmentation(name: string): JSX.Element {
|
||||
return <span className={"samefont"} style={{'color': 'white'}}>{name}</span>
|
||||
}
|
||||
return (
|
||||
<span className={"samefont"} style={{ color: "white" }}>
|
||||
{name}
|
||||
</span>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user