diff --git a/www/src/pages/home/index.tsx b/www/src/pages/home/index.tsx index 3124c70fd..cbf0bda99 100644 --- a/www/src/pages/home/index.tsx +++ b/www/src/pages/home/index.tsx @@ -142,7 +142,6 @@ export function Component() { const version = VERSION; return (
- Top @@ -187,6 +186,7 @@ export function Component() { href="https://www.npmjs.com/package/@uiw/react-codemirror" /> + Top
); }