mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-11 10:06:10 +02:00
UI: Add links to documentation pages in tutorial's last step (#2424)
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
import React from "react";
|
||||
import { defaultNsApiPage } from "./Documentation";
|
||||
import { DocumentationLink } from "./DocumentationLink";
|
||||
|
||||
export function NsApiDocumentationLink(): React.ReactElement {
|
||||
return (
|
||||
<DocumentationLink
|
||||
page={defaultNsApiPage}
|
||||
fontSize="1.2rem"
|
||||
sx={{
|
||||
textDecorationThickness: "3px",
|
||||
textUnderlineOffset: "5px",
|
||||
}}
|
||||
>
|
||||
NS API documentation
|
||||
</DocumentationLink>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user