Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 33fdbc1

Browse files
committed
Add FAQ function
1 parent d44756d commit 33fdbc1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/learn-ide.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,10 @@ export default {
254254
shell.openExternal(ABOUT_URL);
255255
},
256256

257+
faq() {
258+
shell.openExternal(FAQ_URL);
259+
},
260+
257261
reportIssue() {
258262
shell.openExternal(REPORT_ISSUE_URL);
259263
},

0 commit comments

Comments
 (0)