We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575798b commit cd60d23Copy full SHA for cd60d23
1 file changed
platform/main/PlatformMasthead.tsx
@@ -107,7 +107,7 @@ export function PlatformMasthead() {
107
</DropdownItem>
108
{!managedCloudInstall && quickStarts.length > 0 ? (
109
<DropdownItem
110
- id="about"
+ id="quickstarts"
111
onClick={() => pageNavigate(PlatformRoute.QuickStarts)}
112
data-cy="masthead-quickstarts"
113
data-testid="masthead-quickstarts"
0 commit comments