diff --git a/packages/sections/src/credibleSet/GWASColoc/Description.tsx b/packages/sections/src/credibleSet/GWASColoc/Description.tsx
index 53a88e985..9cca248ba 100644
--- a/packages/sections/src/credibleSet/GWASColoc/Description.tsx
+++ b/packages/sections/src/credibleSet/GWASColoc/Description.tsx
@@ -4,7 +4,7 @@ function Description() {
return (
<>
Colocalisation metrics for overlapping credible sets from GWAS studies. Source:{" "}
-
+
Open Targets
>
diff --git a/packages/sections/src/credibleSet/Locus2Gene/Description.tsx b/packages/sections/src/credibleSet/Locus2Gene/Description.tsx
index 4bdaab04c..94389c54a 100644
--- a/packages/sections/src/credibleSet/Locus2Gene/Description.tsx
+++ b/packages/sections/src/credibleSet/Locus2Gene/Description.tsx
@@ -5,7 +5,9 @@ function Description(): ReactElement {
return (
<>
Gene assignment based on machine-learning prioritisation of credible set features. Source:{" "}
- Open Targets
+
+ Open Targets
+
>
);
}
diff --git a/packages/sections/src/credibleSet/MolQTLColoc/Description.tsx b/packages/sections/src/credibleSet/MolQTLColoc/Description.tsx
index 731d474ce..47ec68866 100644
--- a/packages/sections/src/credibleSet/MolQTLColoc/Description.tsx
+++ b/packages/sections/src/credibleSet/MolQTLColoc/Description.tsx
@@ -4,7 +4,7 @@ function Description() {
return (
<>
Colocalisation metrics for overlapping credible sets from molecular QTL studies. Source:{" "}
-
+
Open Targets
>
diff --git a/packages/sections/src/credibleSet/Variants/Description.tsx b/packages/sections/src/credibleSet/Variants/Description.tsx
index e6ad68d06..dcb6b0516 100644
--- a/packages/sections/src/credibleSet/Variants/Description.tsx
+++ b/packages/sections/src/credibleSet/Variants/Description.tsx
@@ -4,7 +4,7 @@ function Description() {
return (
<>
Set of variants with 95% probability of containing the causal variant. Source:{" "}
-
+
Open Targets
>
diff --git a/packages/sections/src/evidence/GWASCredibleSets/Description.jsx b/packages/sections/src/evidence/GWASCredibleSets/Description.jsx
index 5f22339a4..e8e7faaa7 100644
--- a/packages/sections/src/evidence/GWASCredibleSets/Description.jsx
+++ b/packages/sections/src/evidence/GWASCredibleSets/Description.jsx
@@ -6,8 +6,8 @@ function Description({ symbol, name }) {
<>
95% GWAS credible sets prioritisating {symbol} as likely causal gene for{" "}
{name}. Source:{" "}
-
- Open Targets Genetics
+
+ Open Targets
>
);
diff --git a/packages/sections/src/study/GWASCredibleSets/Description.tsx b/packages/sections/src/study/GWASCredibleSets/Description.tsx
index 2d6b88112..eb078487a 100644
--- a/packages/sections/src/study/GWASCredibleSets/Description.tsx
+++ b/packages/sections/src/study/GWASCredibleSets/Description.tsx
@@ -9,7 +9,7 @@ function Description({ studyId }: DescriptionProps) {
<>
95% GWAS credible sets associated with study {" "}
{studyId}. Source{" "}
-
+
Open Targets
>
diff --git a/packages/sections/src/study/QTLCredibleSets/Description.tsx b/packages/sections/src/study/QTLCredibleSets/Description.tsx
index dd1e11266..bc2653ef4 100644
--- a/packages/sections/src/study/QTLCredibleSets/Description.tsx
+++ b/packages/sections/src/study/QTLCredibleSets/Description.tsx
@@ -12,6 +12,10 @@ function Description({ studyId }: DescriptionProps) {
eQTL Catalog
+ ,{" "}
+
+ UKB-PPP
+
>
);
}
diff --git a/packages/sections/src/variant/GWASCredibleSets/Description.tsx b/packages/sections/src/variant/GWASCredibleSets/Description.tsx
index 985d58e7c..3ae487f95 100644
--- a/packages/sections/src/variant/GWASCredibleSets/Description.tsx
+++ b/packages/sections/src/variant/GWASCredibleSets/Description.tsx
@@ -18,7 +18,7 @@ function Description({ variantId, referenceAllele, alternateAllele }: Descriptio
/>
. Source{" "}
-
+
Open Targets
>
diff --git a/packages/sections/src/variant/QTLCredibleSets/Description.tsx b/packages/sections/src/variant/QTLCredibleSets/Description.tsx
index 014b09642..ce0a8e245 100644
--- a/packages/sections/src/variant/QTLCredibleSets/Description.tsx
+++ b/packages/sections/src/variant/QTLCredibleSets/Description.tsx
@@ -22,7 +22,10 @@ function Description({
alternateAllele={alternateAllele}
/>
- . Source Open Targets
+ . Source{" "}
+
+ Open Targets
+
>
);
}