File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ An item for the `<HorizontalMenu>` component. Used to define access to a list vi
109109
110110``` tsx
111111<HorizontalMenu >
112- <HorizontalMenu.DashboardItem label = " Home" />
112+ <HorizontalMenu.DashboardItem label = " Home" value = " " />
113113 <HorizontalMenu.Item label = " Artists" to = " /artists" value = " artists" />
114114 <HorizontalMenu.Item label = " Songs" to = " /songs" value = " songs" />
115115 <HorizontalMenu.Item label = " Labels" to = " /labels" value = " labels" />
@@ -246,7 +246,7 @@ This component adds a menu item that redirects to the `/` route. It accepts the
246246
247247``` jsx
248248< HorizontalMenu>
249- < HorizontalMenu .DashboardItem label= " Home" / >
249+ < HorizontalMenu .DashboardItem label= " Home" value = " " / >
250250 < HorizontalMenu .Item label= " artists" to= " /artists" value= " artists" / >
251251 < HorizontalMenu .Item label= " Business" value= " business" >
252252 < HorizontalMenu .Item label= " Producers" to= " /producers" value= " producers" / >
You can’t perform that action at this time.
0 commit comments