diff --git a/static/app/views/settings/dynamicSampling/index.tsx b/static/app/views/settings/dynamicSampling/index.tsx
index cd1bcd90d84fda..07f4ae74b498d2 100644
--- a/static/app/views/settings/dynamicSampling/index.tsx
+++ b/static/app/views/settings/dynamicSampling/index.tsx
@@ -35,7 +35,7 @@ export default function DynamicSamplingSettings() {
action={
{t('Read the docs')}
diff --git a/static/app/views/settings/dynamicSampling/samplingModeSwitch.tsx b/static/app/views/settings/dynamicSampling/samplingModeSwitch.tsx
index 0535575a4ed40f..6095fd0aa8e08b 100644
--- a/static/app/views/settings/dynamicSampling/samplingModeSwitch.tsx
+++ b/static/app/views/settings/dynamicSampling/samplingModeSwitch.tsx
@@ -34,7 +34,7 @@ export function SamplingModeSwitch({initialTargetRate}: Props) {
'Manually specify the percentage of incoming traffic that should be stored for each project. [link:Read the docs]',
{
link: (
-
+
),
}
)}
diff --git a/static/app/views/settings/dynamicSampling/samplingModeSwitchModal.tsx b/static/app/views/settings/dynamicSampling/samplingModeSwitchModal.tsx
index 390f6841c9da96..1f1bfd6ed02f79 100644
--- a/static/app/views/settings/dynamicSampling/samplingModeSwitchModal.tsx
+++ b/static/app/views/settings/dynamicSampling/samplingModeSwitchModal.tsx
@@ -97,7 +97,7 @@ function SamplingModeSwitchModal({
'Deactivating advanced mode enables continuous adjustments for your projects based on a global target sample rate. Sentry boosts the sample rates of small projects and ensures equal visibility. [learnMoreLink:Learn more]',
{
learnMoreLink: (
-
+
),
}
)
@@ -105,10 +105,10 @@ function SamplingModeSwitchModal({
'Switching to advanced mode disables automatic adjustments. After the switch, you can configure individual sample rates for each project. [prioritiesLink:Dynamic sampling priorities] continue to apply within the projects. [learnMoreLink:Learn more]',
{
prioritiesLink: (
-
+
),
learnMoreLink: (
-
+
),
}
)}