diff --git a/services/web/app/views/layout/fat-footer-base.pug b/services/web/app/views/layout/fat-footer-base.pug index 33e1a8ebf4..81417bb515 100644 --- a/services/web/app/views/layout/fat-footer-base.pug +++ b/services/web/app/views/layout/fat-footer-base.pug @@ -50,7 +50,7 @@ svg(xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72' height='25') g(fill='none' fill-rule='evenodd') path.background( - fill='#0B66C3' + fill='#2867b2' d='M8 72h56a8 8 0 0 0 8-8V8a8 8 0 0 0-8-8H8a8 8 0 0 0-8 8v56a8 8 0 0 0 8 8' ) path.text( diff --git a/services/web/frontend/js/shared/svgs/linkedin-logo.tsx b/services/web/frontend/js/shared/svgs/linkedin-logo.tsx index 54e89533a3..2524b119a1 100644 --- a/services/web/frontend/js/shared/svgs/linkedin-logo.tsx +++ b/services/web/frontend/js/shared/svgs/linkedin-logo.tsx @@ -4,7 +4,7 @@ function LinkedInLogo() {