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 linking issue from earlier #253

Closed WesCossick closed 3 years ago

WesCossick commented 3 years ago

Earlier, I committed a change that fixed a problem incorrectly. The problem was not that the website/ directory used the parent directory, the problem was that it referenced it the wrong way. It should have referenced it as link:../ and not just ../.

codecov[bot] commented 3 years ago

Codecov Report

Merging #253 (ee12fe6) into master (e8c7cfb) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #253   +/-   ##
=======================================
  Coverage   84.88%   84.88%           
=======================================
  Files           1        1           
  Lines          86       86           
  Branches       24       24           
=======================================
  Hits           73       73           
  Misses         13       13           

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 e8c7cfb...ee12fe6. Read the comment docs.