Skip to content

Commit 9ccfa87

Browse files
authored
fix: correct quicklinks href
1 parent cfba681 commit 9ccfa87

File tree

2 files changed

+687
-1376
lines changed

2 files changed

+687
-1376
lines changed

website/app/components/Quicklinks.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
} from './Icons';
1212

1313
const defaultIconSize = 30;
14-
const documentationLocation = 'https://use.docs.page/search';
14+
const documentationLocation = 'https://use.docs.page';
1515

1616
const linkData: QuickLinkProps[] = [
1717
{

0 commit comments

Comments
 (0)