The image url that Go High Level is using for their HIPAA compliance badge got removed. They have not updated the app yet, so it's showing a broken image.
We've alerted their support, but it still hasn't been fixed.
Tom pushed a global fix for everyone using the Theme Builder.
This could actually be used to put a different HIPAA badge up there if anyone wanted to do that too.
Here's the raw CSS for anyone not using the Theme Builder:
#app .sidebar-v2-location #sidebar-v2+div .hl_header
img[src="https://www.whoa.com/wp.../uploads/2018/08/hipaa-logo.png"],
img[src="https://www.whoa.com/wp.../uploads/2018/08/hipaa-logo.png"] {
width: 0;
height: 0;
padding-left: 40px;
padding-bottom: 40px;
background-color: inherit !important;
background-image: url('https://themes.toolkt.io/file/hipaa.png');
background-repeat: no-repeat;
background-size: 100% 100%;
border-radius: 50%;
}