fix: repl link to docs was old
This commit is contained in:
parent
1fec2f7a46
commit
51cc69208f
1 changed files with 1 additions and 1 deletions
|
|
@ -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" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue