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 8bbd043 commit 83c4a18Copy full SHA for 83c4a18
1 file changed
lib/docs/filters/react_native/entries.rb
@@ -6,7 +6,7 @@ def get_name
6
end
7
8
def get_type
9
- type = at_css('.navbar__link--active')
+ type = at_css('.menu__link--active')
10
return 'Miscellaneous' unless type
11
type.content.strip
12
0 commit comments