Skip to content

Commit

Permalink
Update React Native documentation (0.75)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Nov 17, 2024
1 parent 8bbd043 commit 83c4a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/docs/filters/react_native/entries.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def get_name
end

def get_type
type = at_css('.navbar__link--active')
type = at_css('.menu__link--active')
return 'Miscellaneous' unless type
type.content.strip
end
Expand Down

0 comments on commit 83c4a18

Please sign in to comment.