Skip to content

Commit badfa7b

Browse files
committed
Fix text keys
1 parent e5f7929 commit badfa7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/staking.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ const StakingPage = ({
343343
const { summaryPoints } = mdx.frontmatter
344344

345345
const dropdownLinks: ButtonDropdownList = {
346-
text: "page-staking-dropdown-home",
346+
text: "page-staking-dropdown-staking-options",
347347
ariaLabel: "page-staking-dropdown-staking-options-alt",
348348
items: [
349349
{

0 commit comments

Comments
 (0)