Browse Source

Fix missing text in #6652 which caused a sort error in js.

Jason Grout 5 năm trước cách đây
mục cha
commit
bb025286e3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      packages/help-extension/src/index.tsx

+ 1 - 0
packages/help-extension/src/index.tsx

@@ -69,6 +69,7 @@ const RESOURCES = [
     url: 'https://jupyterlab.readthedocs.io/en/stable/getting_started/faq.html'
   },
   {
+    text: 'Jupyter Reference',
     url: 'https://jupyter.org/documentation'
   },
   {