Selaa lähdekoodia

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

Jason Grout 5 vuotta sitten
vanhempi
commit
bb025286e3
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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'
   },
   {