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 9071985 commit 2f2e1cbCopy full SHA for 2f2e1cb
packages/dev/s2-docs/src/Layout.tsx
@@ -50,6 +50,9 @@ const getLibraryName = (currentPage: Page): string => {
50
if (currentPage.name.startsWith('react-aria/')) {
51
return 'React Aria';
52
}
53
+ if (currentPage.name.startsWith('internationalized/')) {
54
+ return 'Internationalized';
55
+ }
56
return 'React Spectrum';
57
};
58
0 commit comments