Skip to content

Commit

Permalink
feat(browser-extension): fix codecatalyst anchor -> button
Browse files Browse the repository at this point in the history
  • Loading branch information
Darran Boyd committed Nov 25, 2024
1 parent e853e9a commit 909f32a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ async function handleCodeCatalystCodeViewer(codeCatalystState: TCCodeCatalystSta
const actionsDiv = document.getElementsByClassName(
'cs-Tabs__tab-header-actions',
)[0];
actionsDiv.appendChild(tcAnchor);
actionsDiv.appendChild(tcButton);
}
};

Expand Down

0 comments on commit 909f32a

Please sign in to comment.