Skip to content

Commit 2f2e1cb

Browse files
committed
add Internationalized to library in name
1 parent 9071985 commit 2f2e1cb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/dev/s2-docs/src/Layout.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ const getLibraryName = (currentPage: Page): string => {
5050
if (currentPage.name.startsWith('react-aria/')) {
5151
return 'React Aria';
5252
}
53+
if (currentPage.name.startsWith('internationalized/')) {
54+
return 'Internationalized';
55+
}
5356
return 'React Spectrum';
5457
};
5558

0 commit comments

Comments
 (0)