this repo has no description
0
fork

Configure Feed

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

theme color icons

+2 -2
+2 -2
src/components/footer.tsx
··· 11 11 target="_blank" 12 12 rel="noopener noreferrer" 13 13 > 14 - <svg width={16} height={16} viewBox="0 0 24 24"> 14 + <svg width={16} height={16} viewBox="0 0 24 24" className="fill-black dark:fill-white"> 15 15 <path d={BlueskyIcon.path} /> 16 16 </svg> 17 17 Bluesky ··· 22 22 target="_blank" 23 23 rel="noopener noreferrer" 24 24 > 25 - <svg width={16} height={16} viewBox="0 0 24 24"> 25 + <svg width={16} height={16} viewBox="0 0 24 24" className="fill-black dark:fill-white"> 26 26 <path d={GithubIcon.path} /> 27 27 </svg> 28 28 GitHub