Skip to content

Commit

Permalink
Merge branch 'themesberg:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
paghar authored Nov 1, 2023
2 parents 9f83961 + 696b773 commit 34fcf70
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/toast/toast.colors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ export const colors: CodeData = {
code: codeRSC,
},
],
githubSlug: 'tabs/toast.colors.tsx',
githubSlug: 'toast/toast.colors.tsx',
component: <Component />,
};
2 changes: 1 addition & 1 deletion examples/toast/toast.customDismissal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ export const customDismissal: CodeData = {
language: 'tsx',
code,
},
githubSlug: 'tabs/toast.customDismissal.tsx',
githubSlug: 'toast/toast.customDismissal.tsx',
component: <Component />,
};
2 changes: 1 addition & 1 deletion examples/toast/toast.feedback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ export const feedback: CodeData = {
code: codeRSC,
},
],
githubSlug: 'tabs/toast.feedback.tsx',
githubSlug: 'toast/toast.feedback.tsx',
component: <Component />,
};
2 changes: 1 addition & 1 deletion examples/toast/toast.interactive.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ export const interactive: CodeData = {
code: codeRSC,
},
],
githubSlug: 'tabs/toast.interactive.tsx',
githubSlug: 'toast/toast.interactive.tsx',
component: <Component />,
};
2 changes: 1 addition & 1 deletion examples/toast/toast.root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ export const root: CodeData = {
code: codeRSC,
},
],
githubSlug: 'tabs/toast.root.tsx',
githubSlug: 'toast/toast.root.tsx',
component: <Component />,
};
2 changes: 1 addition & 1 deletion examples/toast/toast.withButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ export const withButton: CodeData = {
code: codeRSC,
},
],
githubSlug: 'tabs/toast.withButton.tsx',
githubSlug: 'toast/toast.withButton.tsx',
component: <Component />,
};

0 comments on commit 34fcf70

Please sign in to comment.