Skip to content

Commit

Permalink
Merge pull request #1028 from Onlineberatung/OB-FixLegalLinks
Browse files Browse the repository at this point in the history
fix: removed dollar sign
  • Loading branch information
web-mi authored Mar 21, 2024
2 parents f5ddfd3 + e02bc0e commit 0df69f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/formAccordion/FormAccordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ export const FormAccordion = ({
className="button-as-link"
onClick={() => window.open(url)}
>
${label}
{label}
</button>
</span>
)}
Expand Down

0 comments on commit 0df69f5

Please sign in to comment.