Skip to content

Commit 076fc79

Browse files
Maddy CarterMaddy Carter
authored andcommitted
add web resource guide to web untutorials
1 parent 5a64548 commit 076fc79

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

package-lock.json

Lines changed: 13 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/Untutorial/index.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1153,6 +1153,20 @@ class UntutorialPageBase extends React.Component {
11531153
/>
11541154
</a>
11551155
)}
1156+
{!!untutorial.Categories["WEB"] && (
1157+
<button
1158+
style={{ padding: "10px", marginBottom: "30px" }}
1159+
onClick={() =>
1160+
window.open(
1161+
"/v1/web/reference-guide.html",
1162+
"_blank",
1163+
"noopener,noreferrer"
1164+
)
1165+
}
1166+
>
1167+
Web Reference Guide
1168+
</button>
1169+
)}
11561170
</>
11571171

11581172
<div className="container">

0 commit comments

Comments
 (0)