Bug Fixes
SVG uploads were being served with the wrong content type (application/octet-stream), which caused browsers to download them instead of rendering them. This meant logos and branding images on profile pages and in the sidebar appeared as download prompts.
We've fixed the storage system to properly serve SVGs as image/svg+xml and added built-in sanitization to strip potentially unsafe code. All existing SVG logos have been backfilled with the correct content type. The branch logo now also appears in the sidebar (with fallback to your organization logo) so you can quickly identify which branch you're viewing.