We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ea2fe commit 8e321ffCopy full SHA for 8e321ff
1 file changed
src/routes/_libraries/start.$version.index.tsx
@@ -89,8 +89,9 @@ export default function VersionIndex() {
89
params={{
90
libraryId: library.id,
91
framework: 'react',
92
- _splat: 'quick-start#impatient',
+ _splat: 'quick-start',
93
}}
94
+ hash={'impatient'}
95
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`}
96
>
97
Try it in 60 seconds
0 commit comments