fullstacksjs / toolbox

A zero-dependency 📦 tree-shakable🌲 collection of missing JavaScript utilities.
https://toolbox.fullstacksjs.com/
MIT License
56 stars 15 forks source link

[Bug]: External `tryOr` link in the docs #54

Closed ShayanTheNerd closed 1 year ago

ShayanTheNerd commented 1 year ago

Describe the issue

In the docs, there's an external link among the Function drop down menu links, navigating to the tryOr utility section.

The main link: https://toolbox.fullstacksjs.com/function/tryOr

The external link: https://toolbox.fullstacksjs.com/function/tryOr#

Click to preview

Expected Behavior

There should be only one link on the Function drop down menu navigating to the tryOr utility page.

Actual Behavior

There are two links (the main one and an external one) on the Function drop down menu navigating to the tryOr utility page.

ASafaeirad commented 1 year ago

Hey, thanks for reporting Fixed on #56.