this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

🎨 Auto-format code [skip ci]

+5 -5
+5 -5
src/components/Logo.astro
··· 126 126 </svg> 127 127 128 128 <style> 129 - svg { 130 - width: var(--logo-size, 1.2em); 131 - height: auto; 132 - flex-shrink: 0; 133 - } 129 + svg { 130 + width: var(--logo-size, 1.2em); 131 + height: auto; 132 + flex-shrink: 0; 133 + } 134 134 </style>