Skip to content

Commit

Permalink
Merge pull request #1032 from Onlineberatung/fix/CONNECTA-186-wartera…
Browse files Browse the repository at this point in the history
…um-legal-links-prefix-ob

fix: remove legal links prefix
  • Loading branch information
janrembold authored Apr 23, 2024
2 parents fbbad0b + 7a32aa2 commit 917d5e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/waitingRoom/WaitingRoom.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export const WaitingRoom = (props: WaitingRoomProps) => {
className="button-as-link"
onClick={() => window.open(url)}
>
${label}
{label}
</button>
</span>
)}
Expand Down

0 comments on commit 917d5e8

Please sign in to comment.