This is my personal website

update dashboard views

+24
+11
src/stats/dashboard.tsx
··· 19 /> 20 </picture> 21 </a> 22 <a href="https://ossinsight.io/analyze/tsirysndr"> 23 <picture> 24 <img
··· 19 /> 20 </picture> 21 </a> 22 + <div class="gh-trends"> 23 + <a 24 + href="https://www.githubtrends.io/wrapped/tsirysndr" 25 + style="margin-right: 20px;" 26 + > 27 + <img src="https://api.githubtrends.io/user/svg/tsirysndr/langs?time_range=one_year&theme=ferns" /> 28 + </a> 29 + <a href="https://www.githubtrends.io/wrapped/tsirysndr"> 30 + <img src="https://api.githubtrends.io/user/svg/tsirysndr/repos?time_range=one_year&theme=ferns" /> 31 + </a> 32 + </div> 33 <a href="https://ossinsight.io/analyze/tsirysndr"> 34 <picture> 35 <img
+13
src/styles.ts
··· 63 } 64 65 `, 66 ];
··· 63 } 64 65 `, 66 + ` 67 + .gh-trends { 68 + display: flex; 69 + flex-direction: row; 70 + margin-bottom: 20px; 71 + } 72 + 73 + @media (max-width: 612px) { 74 + .gh-trends { 75 + flex-direction: column; 76 + } 77 + } 78 + `, 79 ];