File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/components/HelpDropdown Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ const HelpDropdown: React.FC = () => {
4848 zIndex : 1000
4949 } }
5050 >
51- < DropdownItem value = { 0 } key = "link " target = "_blank" to = "https://github.com/instructlab/instructlab/blob/main/README.md" >
51+ < DropdownItem value = { 0 } key = "documentation " target = "_blank" to = "https://github.com/instructlab/instructlab/blob/main/README.md" >
5252 < Flex spaceItems = { { default : 'spaceItemsXl' } } >
5353 < FlexItem > Documentation</ FlexItem >
5454 < FlexItem >
@@ -57,10 +57,10 @@ const HelpDropdown: React.FC = () => {
5757 </ Flex >
5858 </ DropdownItem >
5959
60- < DropdownItem value = { 1 } key = "link " to = "https://docs.instructlab.ai" target = "_blank" rel = "noopener noreferrer" >
60+ < DropdownItem value = { 1 } key = "help " to = "https://docs.instructlab.ai" target = "_blank" rel = "noopener noreferrer" >
6161 Help
6262 </ DropdownItem >
63- < DropdownItem value = { 2 } key = "link " to = "#about" onClick = { handleAboutUsModalOpen } >
63+ < DropdownItem value = { 2 } key = "about " to = "#about" onClick = { handleAboutUsModalOpen } >
6464 About
6565 </ DropdownItem >
6666 </ DropdownList >
You can’t perform that action at this time.
0 commit comments