this repo has no description
0
fork

Configure Feed

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

capitalization

alice 876d5807 5b1f342c

+1 -1
+1 -1
src/App.tsx
··· 63 63 <br /> 64 64 <br /> 65 65 </div> 66 - {isLoading ? <div>Loading... (this might take a minute or two. No, really.)</div> : null} 66 + {isLoading ? <div>Loading... (This might take a minute or two. No, really.)</div> : null} 67 67 {posts.length === 0 || isLoading ? null : ( 68 68 <> 69 69 <CalendarHeatmap