Skip to content

Commit

Permalink
fix(website-frontend): copy badge producing broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
xandervedder committed Jan 13, 2025
1 parent c93ff14 commit 1f66e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/website-frontend/src/pages/repositories.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export class RepositoriesPage extends LitElement {
)}
<sme-collapsible id="badge-collapsible" title="Badge">
<sme-badge-configurator
projectName="${ifDefined(this.repositoryToToggle?.instance.name)}"
projectName="${ifDefined(this.repositoryToToggle?.instance.slug)}"
></sme-badge-configurator>
</sme-collapsible>
<sme-collapsible id="usage-collapsible" title="Usage">
Expand Down

0 comments on commit 1f66e3a

Please sign in to comment.