Skip to content

Commit cd60d23

Browse files
committed
fix: use unique id for Quick Starts dropdown item
The Quick Starts and About DropdownItems both had id="about". Made-with: Cursor
1 parent 575798b commit cd60d23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platform/main/PlatformMasthead.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export function PlatformMasthead() {
107107
</DropdownItem>
108108
{!managedCloudInstall && quickStarts.length > 0 ? (
109109
<DropdownItem
110-
id="about"
110+
id="quickstarts"
111111
onClick={() => pageNavigate(PlatformRoute.QuickStarts)}
112112
data-cy="masthead-quickstarts"
113113
data-testid="masthead-quickstarts"

0 commit comments

Comments
 (0)