dev vouch dev on at. thats about it atvouch.dev
8
fork

Configure Feed

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

fix svg

Luna 3f79ab67 a315e895

+8 -1
+8 -1
frontend/src/App.tsx
··· 806 806 <span className="bot-repo-name"> 807 807 {repo.name} 808 808 {repo.source && ( 809 - <svg className="fork-icon" viewBox="0 0 16 16" width="14" height="14" fill="currentColor" title="Forked repository" aria-label="Fork"> 809 + <svg 810 + className="fork-icon" 811 + viewBox="0 0 16 16" 812 + width="14" 813 + height="14" 814 + fill="currentColor" 815 + aria-label="Forked repository" 816 + > 810 817 <path d="M5 5.372v.878c0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75v-.878a2.25 2.25 0 1 1 1.5 0v.878a2.25 2.25 0 0 1-2.25 2.25h-1.5v2.128a2.251 2.251 0 1 1-1.5 0V8.5h-1.5A2.25 2.25 0 0 1 3.5 6.25v-.878a2.25 2.25 0 1 1 1.5 0ZM5 3.25a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Zm6.75.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm-3 8.75a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Z"></path> 811 818 </svg> 812 819 )}