From 36028543b1e5a74bc0445720f5fadcad719eedbf Mon Sep 17 00:00:00 2001 From: Carlos Date: Tue, 13 Jan 2026 16:08:40 +0100 Subject: [PATCH] OPS-834: Add healthcare logos --- assets/companies/light/roche.svg | 1 + assets/companies/light/thermofisher.svg | 1 + pcweb/pages/use_cases/healthcare/views/social_proof.py | 2 ++ uv.lock | 2 +- 4 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 assets/companies/light/roche.svg create mode 100644 assets/companies/light/thermofisher.svg diff --git a/assets/companies/light/roche.svg b/assets/companies/light/roche.svg new file mode 100644 index 000000000..28659cb3e --- /dev/null +++ b/assets/companies/light/roche.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/companies/light/thermofisher.svg b/assets/companies/light/thermofisher.svg new file mode 100644 index 000000000..45e0a6533 --- /dev/null +++ b/assets/companies/light/thermofisher.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/pcweb/pages/use_cases/healthcare/views/social_proof.py b/pcweb/pages/use_cases/healthcare/views/social_proof.py index edbcb2993..58dcf1163 100644 --- a/pcweb/pages/use_cases/healthcare/views/social_proof.py +++ b/pcweb/pages/use_cases/healthcare/views/social_proof.py @@ -10,6 +10,8 @@ "mercy", "drager", "wvu_medicine", + "roche", + "thermofisher", ] diff --git a/uv.lock b/uv.lock index 2b2193516..ab554f07b 100644 --- a/uv.lock +++ b/uv.lock @@ -2548,7 +2548,7 @@ wheels = [ [[package]] name = "reflex-ui" version = "0.0.1" -source = { git = "https://github.com/reflex-dev/reflex-ui?rev=main#3d248bb925105bf170551755439540135650fec9" } +source = { git = "https://github.com/reflex-dev/reflex-ui?rev=main#d9b5ea0c0c65deb55251bbd498cad0add69c3e42" } dependencies = [ { name = "reflex" }, ]