fix: repl link to docs was old

This commit is contained in:
Felix Roos 2023-06-09 00:25:14 +02:00
parent 1fec2f7a46
commit 51cc69208f

View file

@ -122,7 +122,7 @@ export function Header({ context }) {
{!isEmbedded && ( {!isEmbedded && (
<a <a
title="learn" title="learn"
href="./learn/getting-started" href="./workshop/getting-started"
className={cx('hover:opacity-50 flex items-center space-x-1', !isEmbedded ? 'p-2' : 'px-2')} className={cx('hover:opacity-50 flex items-center space-x-1', !isEmbedded ? 'p-2' : 'px-2')}
> >
<AcademicCapIcon className="w-6 h-6" /> <AcademicCapIcon className="w-6 h-6" />