We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6461b6c commit d9b9eceCopy full SHA for d9b9ece
README.md
@@ -33,5 +33,4 @@ MIT © [msmfa](https://github.com/msmfa)
33
34
[X] Set the number of Repos you want to show
35
[X] Show Stars
36
-[ ] Show Langauge
37
-[ ]
+[X] Show Langauge
src/components/DisplaySortedRepoData.js
@@ -39,6 +39,7 @@ export function DisplaySortedRepoData({
39
) : null}
40
{showLanguage ? repo.language : null}
41
<li>
42
+ updated{" "}
43
{convertToHours(
44
getRemainingSeconds(new Date(repo.updated_at), Date.now())
45
)}
0 commit comments