Skip to content

fix: add missing CodeSdkTabs component#169

Merged
Keinberger merged 1 commit intomainfrom
kbg/fix/add-code-sdk-tabs-component
Feb 19, 2026
Merged

fix: add missing CodeSdkTabs component#169
Keinberger merged 1 commit intomainfrom
kbg/fix/add-code-sdk-tabs-component

Conversation

@Keinberger
Copy link
Collaborator

Adds CodeSdkTabs.tsx and CodeSdkTabs.module.css to src/components/ and re-exports from src/components/index.ts.

Fixes the deploy workflow failure (run #22185645208) caused by 0xMiden/tutorials#159 introducing a new component that this repo didn't have.

Closes #168

The deploy workflow fails after 0xMiden/tutorials#159 was merged
because the tutorial pages import `CodeSdkTabs` from `@site/src/components`,
which resolves to this repo's `src/components/index.ts` — and that file
only exported `CodeTabs`.

Copy `CodeSdkTabs.tsx` and `CodeSdkTabs.module.css` from miden-tutorials
and re-export from `src/components/index.ts`.
@Keinberger Keinberger self-assigned this Feb 19, 2026
Copy link
Contributor

@WiktorStarczewski WiktorStarczewski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Keinberger Keinberger merged commit fe761b4 into main Feb 19, 2026
4 checks passed
@Keinberger Keinberger deleted the kbg/fix/add-code-sdk-tabs-component branch February 19, 2026 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: add missing CodeSdkTabs component from miden-tutorials

2 participants