diff --git a/src/components/API/API.jsx b/src/components/API/API.jsx index aab8cd95..85595fa3 100644 --- a/src/components/API/API.jsx +++ b/src/components/API/API.jsx @@ -16,9 +16,13 @@ class Function extends React.Component { if (!since) throw new Error(message); } + // All of this should later be automated. For now, bite the bullet and do it manually... + const releaseLink = `https://github.com/evo-lua/evo-runtime/releases/tag/${since}`; const sinceBlock = (since && ( <> - Available since: {since} + + Available since: {since} + )) || ( <>