diff --git a/website/src/repl/Reference.jsx b/website/src/repl/Reference.jsx index 90130d9e..de52982e 100644 --- a/website/src/repl/Reference.jsx +++ b/website/src/repl/Reference.jsx @@ -5,7 +5,7 @@ const visibleFunctions = jsdocJson.docs export function Reference() { return ( -
+
{visibleFunctions.map((entry, i) => ( @@ -14,7 +14,7 @@ export function Reference() { ))}
-
+

API Reference

This is the long list functions you can use! Remember that you don't need to remember all of those and that