Skip to content

Commit

Permalink
target blank for settings link (calcom#17815)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeerRich authored Nov 23, 2024
1 parent c2a3d8b commit 3936a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/features/settings/BookerLayoutSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ const BookerLayoutFields = ({
<p className="text-sm">
<Trans i18nKey="bookerlayout_override_global_settings">
You can manage this for all your event types in Settings {"-> "}
<Link href="/settings/my-account/appearance" className="underline">
<Link target="_blank" href="/settings/my-account/appearance" className="underline">
Appearance
</Link>{" "}
or{" "}
Expand Down

0 comments on commit 3936a0a

Please sign in to comment.