Openstatus www.openstatus.dev

feat: download logo svg (#1294)

authored by

Maximilian Kaske and committed by
GitHub
5ad34ff1 01643d31

+26 -1
+17
apps/web/public/assets/logos/OpenStatus-Logo.svg
··· 1 + <svg width="330" height="330" viewBox="0 0 330 330" fill="none" xmlns="http://www.w3.org/2000/svg"> 2 + <g clip-path="url(#clip0_1543_179)"> 3 + <mask id="mask0_1543_179" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="330" height="330"> 4 + <circle cx="165" cy="165" r="165" fill="#D9D9D9"/> 5 + </mask> 6 + <g mask="url(#mask0_1543_179)"> 7 + <path d="M165 330C256.127 330 330 256.127 330 165C330 73.873 256.127 0 165 0C73.873 0 0 73.873 0 165C0 256.127 73.873 330 165 330Z" fill="black"/> 8 + <path d="M330 96H122V111H330V96Z" fill="white"/> 9 + <path d="M208 219H0V234H208V219Z" fill="white"/> 10 + </g> 11 + </g> 12 + <defs> 13 + <clipPath id="clip0_1543_179"> 14 + <rect width="330" height="330" fill="white"/> 15 + </clipPath> 16 + </defs> 17 + </svg>
+9 -1
apps/web/src/components/layout/brand-name.tsx
··· 29 29 <ContextMenuContent> 30 30 <ContextMenuItem asChild> 31 31 <a href="/assets/logos/OpenStatus.svg" download="openstatus.svg"> 32 - Download SVG 32 + Download Name SVG 33 + </a> 34 + </ContextMenuItem> 35 + <ContextMenuItem asChild> 36 + <a 37 + href="/assets/logos/OpenStatus-Logo.svg" 38 + download="openstatus-logo.svg" 39 + > 40 + Download Logo SVG 33 41 </a> 34 42 </ContextMenuItem> 35 43 </ContextMenuContent>