Skip to content

Commit 1716d80

Browse files
authored
chore(docs): fix framework switcher links (#3101)
1 parent 8e5e696 commit 1716d80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/components/Layout/FrameworkChooser.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const FrameworkLink = ({
2929
<Link href={isDisabled ? '#' : href} passHref>
3030
<Button
3131
size="small"
32+
as="a"
3233
className={classNames}
3334
onClick={onClick}
3435
isDisabled={isDisabled}

0 commit comments

Comments
 (0)