sparksuite / react-accessible-dropdown-menu-hook

A simple Hook for creating fully accessible dropdown menus in React
http://sparksuite.github.io/react-accessible-dropdown-menu-hook
MIT License
112 stars 26 forks source link

Fix SEO issues #289

Closed WesCossick closed 3 years ago

WesCossick commented 3 years ago

This updates some page titles/descriptions to be for React Accessible Dropdown Menu Hook. It looks like some of the code was copied from W3C CSS Validator without being fully updated.

Before:

Screenshot

codecov[bot] commented 3 years ago

Codecov Report

Merging #289 (fa512e3) into master (1612e9b) will increase coverage by 0.09%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #289      +/-   ##
==========================================
+ Coverage   90.72%   90.81%   +0.09%     
==========================================
  Files           1        1              
  Lines          97       98       +1     
  Branches       31       32       +1     
==========================================
+ Hits           88       89       +1     
+ Misses          9        7       -2     
- Partials        0        2       +2     
Impacted Files Coverage Δ
src/use-dropdown-menu.ts 90.81% <0.00%> (+0.09%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1612e9b...fa512e3. Read the comment docs.