Skip to content

Commit 8e321ff

Browse files
committed
fix: set hash from its link prop
1 parent b8ea2fe commit 8e321ff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/routes/_libraries/start.$version.index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@ export default function VersionIndex() {
8989
params={{
9090
libraryId: library.id,
9191
framework: 'react',
92-
_splat: 'quick-start#impatient',
92+
_splat: 'quick-start',
9393
}}
94+
hash={'impatient'}
9495
className={`py-2 px-4 bg-transparent text-cyan-600 dark:text-cyan-400 border-2 border-cyan-500 dark:border-cyan-600 rounded uppercase font-extrabold`}
9596
>
9697
Try it in 60 seconds

0 commit comments

Comments
 (0)