@colisweb/rescript-toolkit 2.3.0 → 2.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colisweb/rescript-toolkit",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "scripts": {
5
5
  "clean": "rescript clean",
6
6
  "build": "rescript build",
@@ -247,7 +247,7 @@ module Make = (Config: RouterConfig) => {
247
247
  openMenu()
248
248
  toggle()
249
249
  }}
250
- className={cx([commonClassName, "flex items-center w-full"])}>
250
+ className={cx([commonClassName, "flex items-center w-full sidenav-link"])}>
251
251
  <span className={cx(["mr-2 text-neutral-800", isNavOpen ? "pl-2" : "px-2"])}>
252
252
  groupInfo.icon
253
253
  </span>