From 75476c0048f31553d38babffa531b7942aadd438 Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Thu, 18 Jan 2024 18:51:04 -0500 Subject: [PATCH] Update logo on questions page (#2100) Signed-off-by: David A. Wheeler --- app/assets/stylesheets/static_pages.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/static_pages.scss b/app/assets/stylesheets/static_pages.scss index 922613839..6b7730bc3 100644 --- a/app/assets/stylesheets/static_pages.scss +++ b/app/assets/stylesheets/static_pages.scss @@ -343,7 +343,7 @@ nav { margin-bottom: 20px; width: 140px; height: 140px; - background: image-url('questions_page_badge.png') no-repeat top left; + background: image-url('openssf_bestpracticesbadge.svg') no-repeat top left; } .btn-simple {