Skip to content

Commit

Permalink
Merge branch 'main' into 2964-dependabot-prs-dont-get-merged-squashed
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Aug 2, 2024
2 parents 91aac87 + 8e4ac95 commit 600b692
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions showcases/patternhub/scripts/get-code-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ const getFileTypeByFramework = (framework) => {
};

const getCustomCodeCommentByFramework = (componentName, framework) => {
return `<DBLink content="external" target="_blank"
href="https://db-ui.github.io/mono/review/main/components/${componentName}/how-to-use?current=${framework}">
How to use this in ${framework}</DBLink>`;
return `<DBLink content="external" target="_blank" href="how-to-use?current=${framework}">How to use this in ${framework}</DBLink>`;
};

const getExamplesAsMDX = async (componentName, variant) => {
Expand Down

0 comments on commit 600b692

Please sign in to comment.