Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/components/MDX/Sandpack/OpenInCodeSandboxButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ export const OpenInCodeSandboxButton = () => {
return (
<UnstyledOpenInCodeSandboxButton
className="text-sm text-primary dark:text-primary-dark inline-flex items-center hover:text-link duration-100 ease-in transition mx-1 ms-2 md:ms-1"
title="Open in CodeSandbox">
title="Open in CodeSandbox"
aria-label="Open in CodeSandbox">
<IconNewPage
className="inline mx-1 relative top-[1px]"
width="1em"
Expand Down
1 change: 1 addition & 0 deletions src/components/MDX/Sandpack/OpenInTypeScriptPlayground.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const OpenInTypeScriptPlaygroundButton = (props: {content: string}) => {
contentWithReactImport
)}`}
title="Open in TypeScript Playground"
aria-label="Open in TypeScript Playground"
target="_blank"
rel="noreferrer">
<IconNewPage
Expand Down
Loading