mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 06:17:04 +02:00
mui v1
This commit is contained in:
@@ -7,7 +7,7 @@ import * as React from "react";
|
||||
import { Player } from "../../Player";
|
||||
import { Exploit, ExploitName } from "../../Exploits/Exploit";
|
||||
|
||||
import { Accordion } from "../../ui/React/Accordion";
|
||||
import { BBAccordion } from "../../ui/React/Accordion";
|
||||
|
||||
export function SourceFileMinus1(): React.ReactElement {
|
||||
const exploits = Player.exploits;
|
||||
@@ -18,7 +18,7 @@ export function SourceFileMinus1(): React.ReactElement {
|
||||
|
||||
return (
|
||||
<li key={-1}>
|
||||
<Accordion
|
||||
<BBAccordion
|
||||
headerContent={
|
||||
<>
|
||||
Source-File -1: Exploits in the BitNodes
|
||||
|
||||
Reference in New Issue
Block a user